Files

2.3 KiB
Raw Permalink Blame History

Skip to content

Return to top

Update Cloud Provider Token

============================================================================================================================================

PATCH

/cloud-tokens/{uuid}

Update cloud provider token name.

Authorizations


bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Type

HTTP (bearer)

Parameters


Path Parameters

uuid*

Token UUID

Type

string

Required

Request Body


application/json

SchemaJSON

JSON

{

"name": "string"

}

Responses


200401404422

Cloud provider token updated.

Content-Type

application/json

SchemaJSON

JSON

{

"uuid": "string"

}

PATCH

/cloud-tokens/{uuid}

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

Body

Try it out

Samples


Powered by VitePress OpenAPI