diff --git a/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml b/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml index b51f004..535f8aa 100644 --- a/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml +++ b/docs/spec/paths/integrations@geo-forms-svc@v1@image.yaml @@ -4,7 +4,7 @@ post: summary: Generate pre-signed url description: | Generate pre-signed URL for the provided content-length - and content-type, with a configurable lifetime. + and content-type, with a configurable lifetime in config. The response contains a URL with a signature and other information that should be used to upload image in S3 Storage. The name is generated on the server side. diff --git a/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml b/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml index 86d4528..c100661 100644 --- a/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml +++ b/docs/spec/paths/integrations@geo-forms-svc@v2@image.yaml @@ -4,7 +4,7 @@ post: summary: Generate two pre-signed urls description: | Generate pre-signed URL for the provided content-length - and content-type for selfie and passport image, with a configurable lifetime. + and content-type for selfie and passport image, with a configurable lifetime in config. The response contains a URL with a signature and other information that should be used to upload image in S3 Storage. The name is generated on the server side.