Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Dec 17, 2024
1 parent 8b5c900 commit 84121c1
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .mock/definition/collections/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ service:
To create items across multiple locales, please use [this
endpoint.](/data/v2.0.0/reference/cms/collection-items/bulk-items/create-items)
endpoint.](/v2.0.0/data/reference/cms/collection-items/staged-items/create-items)
Required scope | `CMS:write`
Expand Down Expand Up @@ -605,7 +605,7 @@ service:
To create items across multiple locales, [please use this
endpoint.](/v2.0.0/data/reference/cms/collection-items/bulk-items/create-items)
endpoint.](/v2.0.0/data/reference/cms/collection-items/staged-items/create-items)
Expand Down
4 changes: 2 additions & 2 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4496,7 +4496,7 @@ await client.collections.items.listItems("580e63fc8c9a982ac9b8b745");

Create Item(s) in a Collection.

To create items across multiple locales, please use [this endpoint.](/data/v2.0.0/reference/cms/collection-items/bulk-items/create-items)
To create items across multiple locales, please use [this endpoint.](/v2.0.0/data/reference/cms/collection-items/staged-items/create-items)

Required scope | `CMS:write`

Expand Down Expand Up @@ -4836,7 +4836,7 @@ await client.collections.items.listItemsLive("580e63fc8c9a982ac9b8b745");

Create live Item(s) in a Collection. The Item(s) will be published to the live site.

To create items across multiple locales, [please use this endpoint.](/v2.0.0/data/reference/cms/collection-items/bulk-items/create-items)
To create items across multiple locales, [please use this endpoint.](/v2.0.0/data/reference/cms/collection-items/staged-items/create-items)

Required scope | `CMS:write`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class Items {
/**
* Create Item(s) in a Collection.
*
* To create items across multiple locales, please use [this endpoint.](/data/v2.0.0/reference/cms/collection-items/bulk-items/create-items)
* To create items across multiple locales, please use [this endpoint.](/v2.0.0/data/reference/cms/collection-items/staged-items/create-items)
*
* Required scope | `CMS:write`
*
Expand Down Expand Up @@ -810,7 +810,7 @@ export class Items {
/**
* Create live Item(s) in a Collection. The Item(s) will be published to the live site.
*
* To create items across multiple locales, [please use this endpoint.](/v2.0.0/data/reference/cms/collection-items/bulk-items/create-items)
* To create items across multiple locales, [please use this endpoint.](/v2.0.0/data/reference/cms/collection-items/staged-items/create-items)
*
* Required scope | `CMS:write`
*
Expand Down
Loading

0 comments on commit 84121c1

Please sign in to comment.