Skip to content

Commit 9b86de7

Browse files
zihaolin96github-actions
andauthored
Update API specifications with fern api update (#1327)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 82baa0f commit 9b86de7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/api-reference/openapi.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28677,7 +28677,7 @@
2867728677
"anyOf": [
2867828678
{
2867928679
"items": {
28680-
"$ref": "#/components/schemas/sandbox__schemas__google_calendar__GoogleCalendarEvent-Input"
28680+
"$ref": "#/components/schemas/GoogleCalendarEvent"
2868128681
},
2868228682
"type": "array"
2868328683
},
@@ -28699,7 +28699,7 @@
2869928699
"anyOf": [
2870028700
{
2870128701
"items": {
28702-
"$ref": "#/components/schemas/sandbox__schemas__google_calendar__GoogleCalendarEvent-Output"
28702+
"$ref": "#/components/schemas/GoogleCalendarEvent"
2870328703
},
2870428704
"type": "array"
2870528705
},
@@ -29847,7 +29847,7 @@
2984729847
"anyOf": [
2984829848
{
2984929849
"items": {
29850-
"$ref": "#/components/schemas/GoogleCalendarEvent"
29850+
"$ref": "#/components/schemas/sandbox__schemas__google_workspace_atlas__GoogleCalendarEvent-Input"
2985129851
},
2985229852
"type": "array"
2985329853
},
@@ -29869,7 +29869,7 @@
2986929869
"anyOf": [
2987029870
{
2987129871
"items": {
29872-
"$ref": "#/components/schemas/GoogleCalendarEvent"
29872+
"$ref": "#/components/schemas/sandbox__schemas__google_workspace_atlas__GoogleCalendarEvent-Output"
2987329873
},
2987429874
"type": "array"
2987529875
},
@@ -31561,7 +31561,8 @@
3156131561
"google_cloud",
3156231562
"poste_email_toolathlon",
3156331563
"canvas",
31564-
"localmemory"
31564+
"localmemory",
31565+
"playwright_toolathlon"
3156531566
],
3156631567
"title": "LocalSandboxMCPServer",
3156731568
"description": "Supported MCP servers for local sandboxing.\nThese are typically stateless or local-only servers."
@@ -38655,7 +38656,7 @@
3865538656
"title": "YouTubePlaylistItem",
3865638657
"description": "YouTube Playlist Item - represents a video in a playlist"
3865738658
},
38658-
"sandbox__schemas__google_calendar__GoogleCalendarEvent-Input": {
38659+
"sandbox__schemas__google_workspace_atlas__GoogleCalendarEvent-Input": {
3865938660
"properties": {
3866038661
"title": {
3866138662
"type": "string",
@@ -38797,7 +38798,7 @@
3879738798
"title": "GoogleCalendarEvent",
3879838799
"description": "Google Calendar event object"
3879938800
},
38800-
"sandbox__schemas__google_calendar__GoogleCalendarEvent-Output": {
38801+
"sandbox__schemas__google_workspace_atlas__GoogleCalendarEvent-Output": {
3880138802
"properties": {
3880238803
"title": {
3880338804
"type": "string",

0 commit comments

Comments
 (0)