Upsert a Secret
Insert or Update a Secret by name for environment or space
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Disable-Hooks
Request
This endpoint expects an object.
name
The reference name for a secret.
value
The secret value. This is hidden in the UI.
environmentId
The Environment of the secret.
spaceId
The Space of the secret.
actorId
The Actor of the secret.
Response
This endpoint returns an object.
data