diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 00:46:41 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-22 00:46:41 +0300 |
| commit | c2ece18ce537f709cc38b33abaf07b27aaaf90dd (patch) | |
| tree | 044bcb67f0dfe2ddf5b5476ecbcb98fa5865e985 /backend/docs/swagger.yaml | |
| parent | backend: record get is_coop from db instead of hardcoded idiot (diff) | |
| download | lphub-c2ece18ce537f709cc38b33abaf07b27aaaf90dd.tar.gz lphub-c2ece18ce537f709cc38b33abaf07b27aaaf90dd.tar.bz2 lphub-c2ece18ce537f709cc38b33abaf07b27aaaf90dd.zip | |
backend: no need for partner_id for record submission
Diffstat (limited to 'backend/docs/swagger.yaml')
| -rw-r--r-- | backend/docs/swagger.yaml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/backend/docs/swagger.yaml b/backend/docs/swagger.yaml index 22651e3..26d28b1 100644 --- a/backend/docs/swagger.yaml +++ b/backend/docs/swagger.yaml | |||
| @@ -548,11 +548,11 @@ definitions: | |||
| 548 | host: lp.ardapektezol.com | 548 | host: lp.ardapektezol.com |
| 549 | info: | 549 | info: |
| 550 | contact: {} | 550 | contact: {} |
| 551 | description: Backend API endpoints for the Least Portals Database. | 551 | description: Backend API endpoints for Least Portals Hub. |
| 552 | license: | 552 | license: |
| 553 | name: GNU Affero General Public License, Version 3 | 553 | name: GNU Affero General Public License, Version 3 |
| 554 | url: https://www.gnu.org/licenses/agpl-3.0.html | 554 | url: https://www.gnu.org/licenses/agpl-3.0.html |
| 555 | title: Least Portals Database API | 555 | title: Least Portals Hub |
| 556 | version: "1.0" | 556 | version: "1.0" |
| 557 | paths: | 557 | paths: |
| 558 | /chapters/{chapterid}: | 558 | /chapters/{chapterid}: |
| @@ -1007,14 +1007,6 @@ paths: | |||
| 1007 | in: formData | 1007 | in: formData |
| 1008 | name: partner_demo | 1008 | name: partner_demo |
| 1009 | type: file | 1009 | type: file |
| 1010 | - description: Is Partner Orange | ||
| 1011 | in: formData | ||
| 1012 | name: is_partner_orange | ||
| 1013 | type: boolean | ||
| 1014 | - description: Partner ID | ||
| 1015 | in: formData | ||
| 1016 | name: partner_id | ||
| 1017 | type: string | ||
| 1018 | produces: | 1010 | produces: |
| 1019 | - application/json | 1011 | - application/json |
| 1020 | responses: | 1012 | responses: |