Skip to content

Missing "id" parameter in "Update a Data Step Property" #9

@hal9000-hub

Description

@hal9000-hub

In the request example for "Update a Data Step Property", the JSON body is missing a parameter. The JSON body should contain something like "id : dsprop-2345".

Change the request example code from
###....-d '{"name":"Start date changed","dataType":"Number",.....###
to
###....-d '{"name":"Start date changed", "id":"dsprop-2345","dataType":"Number",.....###

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions