Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedYahyaE committed Aug 3, 2023
1 parent 4bbd8e1 commit 4cc34b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ All the application routes and API Endpoints are defined in both ***[web.php](ro

> For **ALL** your requests to the Image Manipulation API, you must add the following three Headers:
>
> a- 'Authorization' Header with the value of the Access Token you have obtained when you registered your account. The Access Token type is 'Bearer Token' so the Access Token value of the 'Authorization' Header must have the following format: 'Bearer xxxxxxxxxxxxxxxxxxx'. Example: Bearer 15|9BwhVAKORFQxbREqeeY8SPZTmrdWZ2382iNhBoPF
> a- 'Authorization' Header with the value of the Access Token you have obtained when you registered your account. The type of the Access Token is 'Bearer Token', so the Access Token value of the 'Authorization' Header must have the following format: 'Bearer xxxxxxxxxxxxxxxxxxx'. Example: Bearer 15|9BwhVAKORFQxbREqeeY8SPZTmrdWZ2382iNhBoPF
>
> b- 'Accept' Header with the value of 'application/json'.
>
Expand Down

0 comments on commit 4cc34b6

Please sign in to comment.