Metadata
Get the metadata associated to a pipeline, keys can be provided or the full metadata will be returned (if none).
Get the metadata associated to a pipeline
GEThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/metadata
Authorization
Path parameters
pipelineID*string (uuid)
Query parameters
Response
OK
Body
Other propertiesany
Request
Updates or creates a new metadata key on the pipeline's metadata
Updates a pipeline metadata item by setting the key to a given json object value.
PATCHhttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/metadata
Authorization
Path parameters
pipelineID*string (uuid)
Body
keystring
metadata key to use
valueobject
json object to use as value
"{\"value\": \"1\"}\n"
Response
No Content
Request