Key

Generates a new key for a pipeline invalidating the old one. The key is used for authentication when sending metrics.

This tag groups all operations for key.

Create Key

post
/pipelines/{pipelineId}/key

Creates a new Key.

The full Key needs to be provided to create the object. Optional data will be filled with defaults or left empty.

Authorizations
AuthorizationstringRequired

The token can be generated using the Authentication API.

Path parameters
pipelineIdstring · uuidRequired

The ID (UUID) of the Pipeline.

Example: f72521ba-1590-5998-bf96-6eb997a5887d
Body
objectOptional

Generates a new key for a pipeline invalidating the old one. The key is used for authentication when sending metrics.

Responses
post
/pipelines/{pipelineId}/key

Last updated

Was this helpful?