diff --git a/docs/spec/paths/integrations@geo-forms-svc@v1@form.yaml b/docs/spec/paths/integrations@geo-forms-svc@v1@form.yaml index c963dd3..318fc28 100644 --- a/docs/spec/paths/integrations@geo-forms-svc@v1@form.yaml +++ b/docs/spec/paths/integrations@geo-forms-svc@v1@form.yaml @@ -6,6 +6,8 @@ post: Sending the filled form. Requires created empty form linked to the name of the file with the photo. + Only a user with a confirmed passport can send the form ('verified: true' in JWT). + The image is a link to s3 storage operationId: lightweightSubmitForm security: diff --git a/docs/spec/paths/integrations@geo-forms-svc@v1@image@{id}.yaml b/docs/spec/paths/integrations@geo-forms-svc@v1@image@{id}.yaml index 04e6766..d8b657c 100644 --- a/docs/spec/paths/integrations@geo-forms-svc@v1@image@{id}.yaml +++ b/docs/spec/paths/integrations@geo-forms-svc@v1@image@{id}.yaml @@ -1,8 +1,8 @@ get: tags: - User form - summary: Get market - description: Get single market + summary: Get Image + description: Get single image by API key parameters: - $ref: '#/components/parameters/pathID' - in: query