Updating documentation
This commit is contained in:
parent
4f2018d416
commit
ee8936c96a
|
@ -1237,6 +1237,7 @@ paths:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/AttachmentDescriptorV2'
|
$ref: '#/components/schemas/AttachmentDescriptorV2'
|
||||||
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
/v3/attachments/form/upload:
|
/v3/attachments/form/upload:
|
||||||
|
@ -1251,6 +1252,7 @@ paths:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/AttachmentDescriptorV3'
|
$ref: '#/components/schemas/AttachmentDescriptorV3'
|
||||||
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
/v4/attachments/form/upload:
|
/v4/attachments/form/upload:
|
||||||
|
|
Loading…
Reference in New Issue