You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following API endpoints have been added for managing API keys:
GET /api/v3/api-keys (return a list of API keys)
POST /api/v3/api-keys (create a new API key)
DELETE /api/v3/api-keys/{apiKeyId} (delete an API key)
GET /api/v3/api-keys/{apiKeyId} (return details of an API key)
PUT /api/v3/api-keys/{apiKeyId} (update an API key)
POST /api/v3/api-keys/{apiKeyId}/newsecret (create a new secret for an existing API key)
GET /api/v3/api-keys/{apiKeyId}/application-access (return a list of applications assigned to an API key)
it would be good to have fcli sub-commands for managing this.
The text was updated successfully, but these errors were encountered:
Enhancement Request
The following API endpoints have been added for managing API keys:
it would be good to have
fcli
sub-commands for managing this.The text was updated successfully, but these errors were encountered: