From c2ece18ce537f709cc38b33abaf07b27aaaf90dd Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:46:41 +0300 Subject: backend: no need for partner_id for record submission --- backend/docs/swagger.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'backend/docs/swagger.yaml') 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: host: lp.ardapektezol.com info: contact: {} - description: Backend API endpoints for the Least Portals Database. + description: Backend API endpoints for Least Portals Hub. license: name: GNU Affero General Public License, Version 3 url: https://www.gnu.org/licenses/agpl-3.0.html - title: Least Portals Database API + title: Least Portals Hub version: "1.0" paths: /chapters/{chapterid}: @@ -1007,14 +1007,6 @@ paths: in: formData name: partner_demo type: file - - description: Is Partner Orange - in: formData - name: is_partner_orange - type: boolean - - description: Partner ID - in: formData - name: partner_id - type: string produces: - application/json responses: -- cgit v1.2.3