Authenticates access to a public doc attachment
GET
Operation
removed
/api/v2/public/pages/{uuid}/attachments/{id}/auth/get
Schema changes
-
-tags:
-
-- Pages
-
-summary: Authenticates access to a public doc attachment
-
-security: []
-
-responses:
-
- '200': {}
-
- '404': {}
-
-parameters:
-
-- in: path
-
- name: uuid
-
- schema:
-
- type: string
-
- required: true
-
-- in: path
-
- name: id
-
- schema:
-
- type: string
-
- required: true
-
-x-internal: true
-
-x-position: 200
-
-operationId: public-pages-attachments-auth
-
-