Update an Entry
PUT/v2/flows/:flowSlug/entries/:flowEntryID
- For Commerce, this endpoint updates an entry for a flow.
- For Product Experience Manager, this endpoint updates an entry for a template.
Request
Responses
- 200
- 403
- 404
- 422
- 500
OK
Response Headers
Forbidden. The request was valid but the token does not have permission to perform this operation.
Bad request. Not Found.
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.