curl --request PUT \ --url "https://h3-api-gateway.dev.h3aven.com/v1/steps/{id}" \ --header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "label": "Updated Document Review", "description": "Review all submitted contract documents carefully" }'
Update step
{ "label": "Updated Document Review", "description": "Review all submitted contract documents carefully" }
204 No Content
Show child attributes
ok
Was this page helpful?