Skip to content

Commit

Permalink
rm trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Mar 6, 2024
1 parent 6a66a32 commit afbb089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dds_web/static/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ info:
These endpoints will be changed in the future, and will be documented properly in the <b>url</b> hosted in
<a href="/api/documentation/v3"> api/documentation/v3</a> <br>
<br>
<b>For interaction with the API resources</b>: <br>
<b>For interaction with the API resources</b>: <br>
1. Change the server in the list below depending on the instance you are using,
and click on the "Authorize" button to enter your user and password. <br>
2. Use the endpoint <b> /user/encrypted_token </b> to generate an encrypted token for the user. <br>
3. Add this returned token in the second section, <em> secondFactorToken (http, Bearer) </em>
3. Add this returned token in the second section, <em> secondFactorToken (http, Bearer) </em>
of the same "Authorize" form used before. <br>
4. Call the endpoint <b> /user/second_factor </b> to authenticate with MFA. This will return a new token.<br>
5. Lastly, go back to the "Authorize" form, click "Logout" at the <em> secondFactorToken (http, Bearer) </em> part,
Expand Down
4 changes: 2 additions & 2 deletions dds_web/static/swaggerv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ info:
We recomended to still use, for now, the version located in the
the <b>url</b> <a href="/api/documentation/v1"> api/documentation/v1</a> <br>
<br>
<b>For interaction with the API resources</b>: <br>
<b>For interaction with the API resources</b>: <br>
1. Change the server in the list below depending on the instance you are using,
and click on the "Authorize" button to enter your user and password. <br>
2. Use the endpoint <b> /user/encrypted_token </b> to generate an encrypted token for the user. <br>
3. Add this returned token in the second section, <em> secondFactorToken (http, Bearer) </em>
3. Add this returned token in the second section, <em> secondFactorToken (http, Bearer) </em>
of the same "Authorize" form used before. <br>
4. Call the endpoint <b> /user/second_factor </b> to authenticate with MFA. This will return a new token.<br>
5. Lastly, go back to the "Authorize" form, click "Logout" at the <em> secondFactorToken (http, Bearer) </em> part,
Expand Down

0 comments on commit afbb089

Please sign in to comment.