Skip to main content

Create metadata for an entity

Creates an entity metadata.
Available entities are: organization, account, namespace, application, build, asset, scope, release, deployment.
Check already defined metadata specification for available metadata keys.

Path Parameters
entity string REQUIRED

Possible values: Value must match regular expression ^[a-z]+(_[a-z]+)*$, [organization, account, namespace, application, build, asset, scope, release, deployment]

Entity name that holds metadata information

id string REQUIRED

Possible values: 1 ≤ length, Value must match regular expression ^[0-9]+$

Entity ID that holds metadata information

Request Body

Object representing nullplatform entity metadata

undefined

Object representing nullplatform entity metadata

Responses
2XX

Object representing nullplatform entity metadata

Schema OPTIONAL
undefined

Object representing nullplatform entity metadata

4XX

Format for representing errors during API interactions

Schema OPTIONAL
statusCode number

HTTP status code indicating the error

code string OPTIONAL

Unique error code for reference and categorization

error string

Short, human-readable error type or category

message string

Detailed error message providing additional context

5XX

Format for representing errors during API interactions

Schema OPTIONAL
statusCode number

HTTP status code indicating the error

code string OPTIONAL

Unique error code for reference and categorization

error string

Short, human-readable error type or category

message string

Detailed error message providing additional context