API DocumentationManufacturer customer organisation controller

Update customer organisation metadata

Partially updates an existing metadata entry on a customer organisation. Only supplied fields are modified.

PATCH
/api/manufacturer/v1/organisation/{organisationId}/metadata/{metadataId}
AuthorizationBearer <token>

In: header

Path Parameters

organisationIdinteger

ID of the organisation

Formatint64
metadataIdstring

ID of the metadata entry to update

Formatuuid
metadataKey?string
value?string

Response Body

curl -X PATCH "http://m-api-dev.phas.io/api/manufacturer/v1/organisation/1/metadata/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "metadataKey": "string",
  "value": "string"
}
Empty

Last updated on