Skip to content

Commit

Permalink
Fix conflicting method names.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 20, 2023
1 parent 554327d commit f5d6ada
Show file tree
Hide file tree
Showing 3 changed files with 6,442 additions and 4,094 deletions.
4 changes: 2 additions & 2 deletions fern/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9575,7 +9575,7 @@
],
"summary": "Bulk update content items.",
"description": "You can read the generated documentation for your app at /api/content/{appName}/docs.",
"operationId": "ContentsShared_BulkUpdateContents",
"operationId": "ContentsShared_BulkUpdateAllContents",
"parameters": [
{
"name": "app",
Expand Down Expand Up @@ -9657,7 +9657,7 @@
}
],
"x-fern-sdk-group-name": "contents",
"x-fern-sdk-method-name": "bulkUpdateContents"
"x-fern-sdk-method-name": "bulkUpdateAllContents"
}
},
"/api/apps/{app}/watching/{resource}": {
Expand Down
Loading

0 comments on commit f5d6ada

Please sign in to comment.