Skip to content

Commit dc566a2

Browse files
committed
Issue #53: Created OpenAPI documentation
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 9ea721d commit dc566a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/book/v5/openapi/use-documentation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ with a JSON object. You will have to change the value of `username` and `passwor
3535

3636
After you have filled out the credentials, click on the `Execute` button below the textarea. This will send the request
3737
to your instance of Dotkernel API. If everything went well, under the textarea you should see:
38+
3839
- the `curl` request that was made
3940
- the `Request URL` the request was sent to
4041
- the `Server response` with `200 OK` response code and the `Response body` with a JSON object containing `token_type`,
@@ -67,12 +68,14 @@ token of your current auth token.
6768

6869
Once done, click on the `Execute` button below the textarea. This will send the request to your instance of Dotkernel
6970
API. If everything went well, under the textarea you should see the same details:
71+
7072
- the `curl` request that was made
7173
- the `Request URL` the request was sent to
7274
- the `Server response` with `200 OK` response code and the `Response body` with a JSON object containing `token_type`,
7375
`expires_in`, `access_token` and `refresh_token`.
7476

7577
From here, you will follow the same steps:
78+
7679
- copy the `access_token`
7780
- go to the `Authorize` button to open the auth modal
7881
- paste the new token and click on **Authorize**

0 commit comments

Comments
 (0)