v1
Update
Updates a custom metadata schema. Updates are additive only: new fields may be added but existing fields may not be removed or have their type changed, and ENUM field value lists may be extended but not shrunk. The path must contain the most recent version to prevent races.
put/metadata-schemas/v1/{id}/{version}
Path parameters
idCommonMetadataSchemaId required— unresolved $ref
versionstring required
Headers
Authorizationstring required
OAuth authentication
Request body
V1MutableMetadataSchema required— unresolved $ref
Response
Response with status 200
V1MetadataSchema required— unresolved $ref
Changes
Changed in 1 of the 6 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○