diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-03 19:52:42 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-03 19:52:42 +0300 |
| commit | 4a5a3f13a7b644decb804bc1e1507dda14477205 (patch) | |
| tree | 8b5afdfb2d2dea6814809893092ac4b6f40b8c78 /docs/swagger.yaml | |
| parent | fix: sql typo record controller (diff) | |
| download | lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.tar.gz lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.tar.bz2 lphub-4a5a3f13a7b644decb804bc1e1507dda14477205.zip | |
docs: add missing field to post record
Former-commit-id: 73726de788daf38a82d9663ab2d8f0544b76c3e3
Diffstat (limited to 'docs/swagger.yaml')
| -rw-r--r-- | docs/swagger.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 3fe5d66..d4420e2 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml | |||
| @@ -422,6 +422,11 @@ paths: | |||
| 422 | consumes: | 422 | consumes: |
| 423 | - multipart/form-data | 423 | - multipart/form-data |
| 424 | parameters: | 424 | parameters: |
| 425 | - description: Map ID | ||
| 426 | in: path | ||
| 427 | name: id | ||
| 428 | required: true | ||
| 429 | type: integer | ||
| 425 | - description: JWT Token | 430 | - description: JWT Token |
| 426 | in: header | 431 | in: header |
| 427 | name: Authorization | 432 | name: Authorization |