Update a Field
PUT/v2/fields/:flowFieldID
- For Commerce, this endpoint updates a field.
- For Product Experience Manager, this endpoint updates an attribute.
Specify whichever attributes you want to change. The values of the other attributes remain the same. If the attributes section is empty, the field/attribute is not updated.
Request
Responses
- 200
- 403
- 404
- 422
- 500
OK
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.