Skip to content

Commit

Permalink
Update quickstart.md (#178)
Browse files Browse the repository at this point in the history
Updated language

Co-authored-by: oliveoyl <olivia.voils@acrolinx.com>
  • Loading branch information
pcdeshmukh and oliveoyl committed Sep 30, 2024
1 parent 7be2d94 commit 4dbded1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

| Name | Description | Example value |
| ------------------------ | ------------------------------------------------------------------------------------ | -------------------------------------------------- |
| ACROLINX_URL | Your Acrolinx instance URL. Used in request paths. | https://your.acrolinx-instance.com |
| ACROLINX_URL | Your Acrolinx URL. Used in request paths. | https://your.acrolinx-instance.com |
| ACCESS_TOKEN | Your Access Token. Adds the `X-Acrolinx-Auth` header. | eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOi... |
| SIGNATURE | Your Client Signature. Adds the `X-Acrolinx-Client` header. | SW50ZWdyYXRpb25EZXZlbG9wbWVudERlbW9Pbmx5 |
| SIGNATURE | Your Signature. Adds the `X-Acrolinx-Client` header. | SW50ZWdyYXRpb25EZXZlbG9wbWVudERlbW9Pbmx5 |
| base64_username_password | Username and password, in `username:password` format. Must be base64 encoded string. | dGVzdHVzZXI6cGFzc3dvcmQ= |
| user_id | Any User id that exists. It can be used in User API and other user-related requests. | 4f86f443-e5e3-49c9-93da-cb1f89cd28c7 |
| role_id | Any Role id that exists. It can be used in Role API and other role-related requests. | fdcd7fc6-9715-42f8-a947-88812bc02b2a |
| user_id | Any User id that exists. Use in User API and other user-related requests. | 4f86f443-e5e3-49c9-93da-cb1f89cd28c7 |
| role_id | Any Role id that exists. Use in Role API and other role-related requests. | fdcd7fc6-9715-42f8-a947-88812bc02b2a |

0 comments on commit 4dbded1

Please sign in to comment.