Get the metadata associated to a pipeline
List of metadata keys to retrieve.
GET /v1/pipelines/{pipelineID}/metadata HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "ANY_ADDITIONAL_PROPERTY": "anything" }
Updates a pipeline metadata item by setting the key to a given json object value.
metadata key to use
json object to use as value
{"value": "1"}
PATCH /v1/pipelines/{pipelineID}/metadata HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 45 { "key": "text", "value": "{\"value\": \"1\"}\n" }
No Content
No content