Skip to content

Commit

Permalink
Merge pull request #280 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Dec 16, 2024
2 parents 2299714 + 3edb776 commit bd81c83
Show file tree
Hide file tree
Showing 11 changed files with 1,415 additions and 3 deletions.
16 changes: 13 additions & 3 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
**Import changes**
**Api changes**

<details>
<summary>Removed Type(s)</summary>
<summary>Added Resource(s)</summary>

- :warning: removed type `ReferencedResourceNotFound`
- added resource `/{projectKey}/channels/key={key}`
</details>


<details>
<summary>Added Method(s)</summary>

- added method `$apiRoot->withProjectKey()->channels()->withKey()->get()`
- added method `$apiRoot->withProjectKey()->channels()->withKey()->head()`
- added method `$apiRoot->withProjectKey()->channels()->withKey()->post()`
- added method `$apiRoot->withProjectKey()->channels()->withKey()->delete()`
</details>

Loading

0 comments on commit bd81c83

Please sign in to comment.