Skip to content

Commit

Permalink
Fixes #15583: Update API token provisioning example response
Browse files Browse the repository at this point in the history
  • Loading branch information
markkuleinio committed Mar 29, 2024
1 parent 699dd72 commit 18bef65
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/integrations/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,18 +647,20 @@ Note that we are _not_ passing an existing REST API token with this request. If
{
"id": 6,
"url": "https://netbox/api/users/tokens/6/",
"display": "3c9cb9 (hankhill)",
"display": "9fc9b897abec9ada2da6aec9dbc34596293c9cb9",
"user": {
"id": 2,
"url": "https://netbox/api/users/users/2/",
"display": "hankhill",
"username": "hankhill"
},
"created": "2021-06-11T20:09:13.339367Z",
"created": "2024-03-11T20:09:13.339367Z",
"expires": null,
"last_used": null,
"key": "9fc9b897abec9ada2da6aec9dbc34596293c9cb9",
"write_enabled": true,
"description": ""
"description": "",
"allowed_ips": []
}
```

Expand Down

0 comments on commit 18bef65

Please sign in to comment.