Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Dec 11, 2023
1 parent 41de7e8 commit 2bd9bf4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
15 changes: 8 additions & 7 deletions docs/api-endpoints/element/get-index/200-response-body.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,28 @@
"type": "Sphere",
"id": "56fda20c-b238-4034-b555-1df47c47e17a",
"data": {
"created": "2023-10-28T21:03:25+00:00",
"updated": "2023-10-28T21:03:25+00:00",
"created": "2023-12-11T05:43:57+00:00",
"updated": "2023-12-11T05:43:57+00:00",
"name": "Tag"
}
},
{
"type": "Sphere",
"id": "7b80b203-2b82-40f5-accd-c7089fe6114e",
"data": {
"created": "2023-10-28T21:03:25+00:00",
"updated": "2023-10-28T21:03:25+00:00",
"created": "2023-12-11T05:43:57+00:00",
"updated": "2023-12-11T05:43:57+00:00",
"name": "Comment"
}
},
{
"type": "Token",
"id": "e3b81351-fe0c-4f8f-ad22-78b6157edde8",
"data": {
"created": "2023-10-28T21:03:25+00:00",
"updated": "2023-10-28T21:03:25+00:00",
"note": "Token contains token only due to testing purposes."
"created": "2023-12-11T05:43:57+00:00",
"updated": "2023-12-11T05:43:57+00:00",
"note": "Token contains token only due to testing purposes.",
"state": "ACTIVE"
}
}
],
Expand Down
7 changes: 4 additions & 3 deletions docs/api-endpoints/user/get-token/200-response-body.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"type": "Token",
"id": "2f8e245a-ff14-4f3c-b2c9-b8f7a61e55d6",
"data": {
"created": "2023-10-06T21:16:27+00:00",
"updated": "2023-10-06T21:16:27+00:00",
"created": "2023-12-10T14:34:21+00:00",
"updated": "2023-12-10T14:34:21+00:00",
"note": "Token contains token only due to testing purposes.",
"scenario": "endpoint.user.getToken"
"scenario": "endpoint.user.getToken",
"state": "ACTIVE"
}
}

0 comments on commit 2bd9bf4

Please sign in to comment.