ReferenceAPI referenceSecrets
Cancel a Codex device authorization started by the current user
DELETE
/organizations/{organization_id}/codex-device-authorizations/{authorization_id}tasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/organizations/string/codex-device-authorizations/string"{ "data": { "id": "string", "status": "PENDING", "verification_url": "http://example.com", "user_code": "string", "plan_type": "string", "error": "string", "expires_at": "2019-08-24T14:15:22Z" }}Enable or pause Tasuku reviews for a repository PATCH
Requires ADMIN or SUPER_USER. Enabling requires a current passing configuration readiness check, and the repository must still be accessible to the GitHub App.
Start a Codex ChatGPT device authorization POST
Requires ADMIN or SUPER_USER. The completed Codex credential is encrypted as CODEX_AUTH_JSON and is never returned. Omit repository_id to configure the organization credential.