# patchAccessTokenRequest


[API catalog](/reference/api/) · [Docker Hub overview](/reference/api/hub/latest/) · [Product manual](https://docs.docker.com/docker-hub/) · [OpenAPI specification](/reference/api/hub/latest.yaml)

API version: 2-beta



Schema constraints and annotations:

```json
{
  "examples": [
    {
      "is_active": false,
      "token_label": "My read only token"
    }
  ],
  "properties": {
    "is_active": {
      "example": false,
      "type": "boolean"
    },
    "token_label": {
      "example": "My read only token",
      "maxLength": 100,
      "minLength": 1,
      "type": "string"
    }
  },
  "type": "object"
}
```



