Comment on page
Personal Access Token
This endpoint is used to create, update, search or delete organizations information inside Terrakube.
Path | Type | Description |
---|---|---|
days | string | Numbere of days for the token to be valid |
description | string | Some sample description for the token |
{
"days": 7,
"description": "Sample Personal Access Token"
}
post
/api/v1
get
/pat/v1
Last modified 1mo ago