Used to generate or regenerate the token for a workspace access token
POST/resources/org.appvia.io/v2beta1/workspaces/:workspace/workspaceaccesstokens/:name/token
Used to generate or regenerate the token for a workspace access token
Request
Path Parameters
workspace stringrequired
Workspace to use
name stringrequired
Name of the access token to (re-)generate the token for
Responses
- 200
- 401
- 403
- 404
- 500
The token has been successfully generated or replaced
- application/json
- Schema
Schema
string
If not authenticated
If authenticated but not authorized
Workspace or access token does not exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...