Saves extra field values for the specified entity instance across all single-registry tables. Performs an upsert: inserts a new row if none exists, otherwise updates the existing one.
PUT/gateway/extra-fields-values/:entityTypeName/:entityKeyId
Saves extra field values for the specified entity instance across all single-registry tables. Performs an upsert: inserts a new row if none exists, otherwise updates the existing one.
Request
Responses
- 204
- 400
- 401
- 404
- 500
No Content
Bad Request
Unauthorized
Not Found
Server Error