Metadata Broker API#

Download the Metadata Broker in OpenAPI YAML format

DELETE /v1/projects/{projectName}/metadata#

Delete deletes the specified metadata, returning the newly updated set.

Parameters:
  • projectName (string) – unique projectName for the resource

Query Parameters:
  • key (string)

  • value (string)

Status Codes:
GET /v1/projects/{projectName}/metadata#

GetMetadata retrieves the most recently updates set.

Parameters:
  • projectName (string) – unique projectName for the resource

Status Codes:
POST /v1/projects/{projectName}/metadata#

CreateOrUpdateMetadata creates or updates the specified metadata, returning the newly updates set.

Parameters:
  • projectName (string) – unique projectName for the resource

Status Codes: