Skip to content

Commit

Permalink
chore: add auth to user docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifan-kfan committed Jun 21, 2024
1 parent 84ef2d1 commit cec0a66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion api_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ paths:
produces:
- application/json
parameters:
- in: header
name: Authorization
required: true
description: "Bearer [token]"
- in: path
name: user_id
required: true
Expand Down Expand Up @@ -2756,7 +2760,7 @@ paths:
description: "Bad request"
500:
description: "Internal Server Error"

delete:
tags:
- projects
Expand Down

0 comments on commit cec0a66

Please sign in to comment.