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
- 404
- 422
- 500
OK
Bad request. Not Found.
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.