Skip to content

Commit

Permalink
Add docs link on root endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 19, 2023
1 parent 632540d commit 14a63b0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dist/playground-mock.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,42 @@
}
],
"responseMode": null
},
{
"uuid": "ba8cc650-e94b-49ee-b30d-1e37e80a3385",
"type": "http",
"documentation": "",
"method": "get",
"endpoint": "",
"responses": [
{
"uuid": "7b375a21-f0d6-4907-9cec-5e726e2d4eb1",
"body": "{\"documentation\": \"https://mockoon.com/playground/\"}",
"latency": 0,
"statusCode": 200,
"label": "",
"headers": [],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true,
"crudKey": "id",
"callbacks": []
}
],
"responseMode": null
}
],
"rootChildren": [
{
"type": "route",
"uuid": "ba8cc650-e94b-49ee-b30d-1e37e80a3385"
},
{
"type": "folder",
"uuid": "ea831cc6-d553-4b1c-84ad-4b3cf2aee407"
Expand Down

0 comments on commit 14a63b0

Please sign in to comment.