Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CredentialRevokeInitRequest

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CredentialRevokeInitRequest",
  "type": "object",
  "properties": {
    "credential_id": {
      "type": "integer",
      "format": "int64"
    },
    "login": {
      "type": [
        "string",
        "null"
      ]
    },
    "origin": {
      "type": "string"
    }
  },
  "required": [
    "credential_id",
    "origin"
  ]
}