Ana içeriğe atla

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Notes

  • Credential must exist
  • All token settings are reset to default values
  • Authentication type is set to SECRET_MANAGER

Default Values

After reset, token settings are set to the following default values:

Response

Success Response (200 OK)

Error Response (400 Bad Request)

Error Response (401 Unauthorized)

Error Response (404 Not Found)

cURL Example

Notes and Warnings

  • Complete Reset:
    • All token settings are reset to default values
    • Previous customizations are lost
    • Use set endpoint to configure specific values
  • Default Behavior:
    • Token never expires by default (tokenNeverExpires: true)
    • Refresh token is disabled by default
    • URL parameters are not allowed by default
    • JWT signature algorithm is RS256 by default
  • Authentication Type:
    • Authentication type is set to SECRET_MANAGER
    • This is the required value for APIOps token settings
  • Automatic Deployment:
    • Credential is automatically deployed to all environments after reset
    • Deployment results are returned in the response

Permissions

  • User must have IDENTITY + MANAGE permission in the project
  • For automatic deployment, user must also have IDENTITY + DEPLOY_UNDEPLOY permission