8000 :herb: Fern Regeneration -- May 1, 2025 by fern-api[bot] · Pull Request #254 · webflow/js-webflow-api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🌿 Fern Regeneration -- May 1, 2025 #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
525 changes: 507 additions & 18 deletions .mock/definition/__package__.yml

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions .mock/definition/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ error-discrimination:
strategy: status-code
display-name: Data API
environments:
Default: https://api.webflow.com/v2
default-environment: Default
Data API:
urls:
Base: https://api.webflow.com/v2
Data API: https://api.webflow.com/v2
Content Delivery API: https://api-cdn.webflow.com/v2
Production: https://api.webflow.com/v2
CDN: https://api-cdn.webflow.com/v2
default-environment: Data API
default-url: Base
auth-schemes:
BearerToken:
scheme: bearer
Expand Down 1356
25 changes: 21 additions & 4 deletions .mock/definition/collections/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ service:
name: ItemsDeleteItemsRequest
body:
properties:
items: optional<list<ItemsDeleteItemsRequestItemsItem>>
items: list<ItemsDeleteItemsRequestItemsItem>
content-type: application/json
errors:
- root.BadRequestError
Expand All @@ -352,7 +352,9 @@ service:
examples:
- path-parameters:
collection_id: 580e63fc8c9a982ac9b8b745
request: {}
request:
items:
- id: 580e64008c9a982ac9b8b754
update-items:
path: /collections/{collection_id}/items
method: PATCH
Expand Down Expand Up @@ -568,6 +570,11 @@ service:
docs: |
List all published items in a collection.

<Note title="Serve data with the Content Delivery API">
To serve content to your other frontends applications, enterprise sites have access to a dedicated [content delivery API](/data/docs/cms-content-delivery), available at api-cdn.webflow.com.

</Note>

Required scope | `CMS:read`
source:
openapi: ../../../openapi/referenced-specs/v2.yml
Expand Down Expand Up @@ -610,6 +617,7 @@ service:
docs: Request was successful
type: root.CollectionItemList
status-code: 200
url: Data API
errors:
- root.BadRequestError
- root.UnauthorizedError
Expand Down Expand Up @@ -786,7 +794,7 @@ service:
name: ItemsDeleteItemsLiveRequest
body:
properties:
items: optional<list<ItemsDeleteItemsLiveRequestItemsItem>>
items: list<ItemsDeleteItemsLiveRequestItemsItem>
content-type: application/json
errors:
- root.BadRequestError
Expand All @@ -797,7 +805,9 @@ service:
examples:
- path-parameters:
collection_id: 580e63fc8c9a982ac9b8b745
request: {}
request:
items:
- id: 580e64008c9a982ac9b8b754
update-items-live:
path: /collections/{collection_id}/items/live
method: PATCH
Expand Down Expand Up @@ -1323,6 +1333,7 @@ service:
docs: Request was successful
type: root.CollectionItem
status-code: 200
url: Production
errors:
- root.BadRequestError
- root.UnauthorizedError
Expand Down Expand Up @@ -1452,6 +1463,11 @@ service:
docs: |
Get details of a selected Collection live Item.

<Note title="Serve data with the Content Delivery API">
To serve content to your other frontends applications, enterprise sites have access to a dedicated [content delivery API](/data/docs/cms-content-delivery), available at api-cdn.webflow.com.

</Note>

Required scope | `CMS:read`
source:
openapi: ../../../openapi/referenced-specs/v2.yml
Expand All @@ -1477,6 +1493,7 @@ service:
docs: Request was successful
type: root.CollectionItem
status-code: 200
url: Data API
errors:
- root.BadRequestError
- root.UnauthorizedError
Expand Down
Loading
Loading
0