Update a Flow
PUT/v2/flows/:flowID
- For Commerce, this endpoint updates a flow.
- For Product Experience Manager, this endpoint updates a template.
Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the flow/template is not updated.
Request
Responses
- 200
- 403
- 404
- 500
Forbidden. The request was valid but the token does not have permission to perform this operation.
Bad request. Not Found.
Internal server error. There was a system failure in the platform.