Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -79922,7 +79922,7 @@
}
}
],
"description": "This endpoint allows you to upload an image from a URL to Social+ cloud storage.\n\nFile size limit: 1,073,741,824 byte\n",
"description": "This endpoint allows you to upload an image from a URL to Social+ cloud storage.\n\n**Note:** This feature requires enablement. Please contact social.plus support to enable this feature.\n\nFile size limit: 1,073,741,824 byte\n",
"requestBody": {
"content": {
"application/json": {
Expand Down Expand Up @@ -80432,7 +80432,7 @@
}
}
],
"description": "This endpoint allows you to upload an video from a URL to Social+ cloud storage.\n\nFile size limit: 1,073,741,824 byte\n",
"description": "This endpoint allows you to upload an video from a URL to Social+ cloud storage.\n\n**Note:** This feature requires enablement. Please contact social.plus support to enable this feature.\n\nFile size limit: 1,073,741,824 byte\n",
"requestBody": {
"content": {
"application/json": {
Expand Down Expand Up @@ -80926,7 +80926,7 @@
}
}
],
"description": "This endpoint allows you to upload a file from a URL to Social+ cloud storage.\n\nFile size limit: 1,073,741,824 byte\n",
"description": "This endpoint allows you to upload a file from a URL to Social+ cloud storage.\n\n**Note:** This feature requires enablement. Please contact social.plus support to enable this feature.\n\nFile size limit: 1,073,741,824 byte\n",
"requestBody": {
"content": {
"application/json": {
Expand Down
6 changes: 3 additions & 3 deletions v4/file/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ images-from-url:
- "File"
parameters:
- $ref: "./parameter.yaml#/content-type"
description: "This endpoint allows you to upload an image from a URL to Social+ cloud storage.\n\nFile size limit: 1,073,741,824 byte\n"
description: "This endpoint allows you to upload an image from a URL to Social+ cloud storage.\n\n**Note:** This feature requires enablement. Please contact social.plus support to enable this feature.\n\nFile size limit: 1,073,741,824 byte\n"
requestBody:
$ref: "./request.yaml#/upload-image-from-url-payload"
responses:
Expand Down Expand Up @@ -127,7 +127,7 @@ videos-from-url:
- "File"
parameters:
- $ref: "./parameter.yaml#/content-type"
description: "This endpoint allows you to upload an video from a URL to Social+ cloud storage.\n\nFile size limit: 1,073,741,824 byte\n"
description: "This endpoint allows you to upload an video from a URL to Social+ cloud storage.\n\n**Note:** This feature requires enablement. Please contact social.plus support to enable this feature.\n\nFile size limit: 1,073,741,824 byte\n"
requestBody:
$ref: "./request.yaml#/upload-from-url-payload"
responses:
Expand Down Expand Up @@ -159,7 +159,7 @@ files-from-url:
- "File"
parameters:
- $ref: "./parameter.yaml#/content-type"
description: "This endpoint allows you to upload a file from a URL to Social+ cloud storage.\n\nFile size limit: 1,073,741,824 byte\n"
description: "This endpoint allows you to upload a file from a URL to Social+ cloud storage.\n\n**Note:** This feature requires enablement. Please contact social.plus support to enable this feature.\n\nFile size limit: 1,073,741,824 byte\n"
requestBody:
$ref: "./request.yaml#/upload-from-url-payload"
responses:
Expand Down