Updating documentation
This commit is contained in:
parent
420e1d089c
commit
d7e42ae922
|
@ -1240,21 +1240,6 @@ paths:
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
/v3/attachments/form/upload:
|
|
||||||
get:
|
|
||||||
tags:
|
|
||||||
- Attachments
|
|
||||||
operationId: getAttachmentUploadForm_1
|
|
||||||
responses:
|
|
||||||
default:
|
|
||||||
description: default response
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: '#/components/schemas/AttachmentDescriptorV3'
|
|
||||||
deprecated: true
|
|
||||||
security:
|
|
||||||
- authenticatedAccount: []
|
|
||||||
/v4/attachments/form/upload:
|
/v4/attachments/form/upload:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
@ -1263,7 +1248,7 @@ paths:
|
||||||
description: |
|
description: |
|
||||||
Retrieve an upload form that can be used to perform a resumable upload. The response will include a cdn number
|
Retrieve an upload form that can be used to perform a resumable upload. The response will include a cdn number
|
||||||
indicating what protocol should be used to perform the upload.
|
indicating what protocol should be used to perform the upload.
|
||||||
operationId: getAttachmentUploadForm_2
|
operationId: getAttachmentUploadForm_1
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: "Success, response body includes upload form"
|
description: "Success, response body includes upload form"
|
||||||
|
|
Loading…
Reference in New Issue