{
  "topic": "errors.KEYPAIR_NOT_FOUND",
  "path": [
    "errors",
    "KEYPAIR_NOT_FOUND"
  ],
  "title": "KEYPAIR_NOT_FOUND — signing keypair not found",
  "synopsis": "Returned by:",
  "body": "# errors.KEYPAIR_NOT_FOUND\n\n## NAME\n\nKEYPAIR_NOT_FOUND — the requested JWT signing keypair is not present.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nReturned by:\n\n- `DELETE /oauth/keys/keypair/{keyId}` — keyId not present.\n- `POST /oauth/keys/keypair/{keyId}/invalidate` — keyId not present.\n- `POST /oauth/keys/keypair/{keyId}/reactivate` — keyId not present.\n- `GET /oauth/keys/keypair/current?audience=X` — no active key for audience X.\n\nVerify the keyId, or check the bootstrap-key audience configuration via `CYODA_JWT_BOOTSTRAP_AUDIENCE`.\n\n## SEE ALSO\n\n- errors\n- errors.NOT_FOUND\n",
  "sections": [
    {
      "name": "NAME",
      "body": "KEYPAIR_NOT_FOUND — the requested JWT signing keypair is not present."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Returned by:\n\n- `DELETE /oauth/keys/keypair/{keyId}` — keyId not present.\n- `POST /oauth/keys/keypair/{keyId}/invalidate` — keyId not present.\n- `POST /oauth/keys/keypair/{keyId}/reactivate` — keyId not present.\n- `GET /oauth/keys/keypair/current?audience=X` — no active key for audience X.\n\nVerify the keyId, or check the bootstrap-key audience configuration via `CYODA_JWT_BOOTSTRAP_AUDIENCE`."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.NOT_FOUND"
    }
  ],
  "see_also": [
    "errors",
    "errors.NOT_FOUND"
  ],
  "stability": "stable",
  "actions": []
}
