Replace entity metadata

PUT
/entities/:entity_id/partner_metadata

Fully replace the current metadata object with the specified instance.

Path parameters

entity_idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Request

This endpoint expects an object.
metadatamap from strings to anyRequired

Metadata for partner needs

Response

Successful Response

metadatamap from strings to anyOptional

Metadata for partner needs

Errors