Skip to content

Commit b2ee02a

Browse files
committed
fix: minor fixes to server-api
1 parent 6404a84 commit b2ee02a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

v1/specification/open-api/server-api.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ paths:
122122
required: true
123123
- in: query
124124
name: force
125-
description: "Whether to force deletion. If force is false, it is recommended that the server keeps the Graphic contents for a while, but unlist it. This is to ensure that any currently-on-air Graphics are not affected."
125+
description: "Whether to force deletion. If force not true, it is recommended that the server keeps the Graphic contents for a while, but unlist it. This is to ensure that any currently-on-air Graphics are not affected."
126126
schema:
127127
type: boolean
128128
default: false
@@ -913,7 +913,6 @@ components:
913913
required:
914914
- renderTarget
915915
- graphicInstanceId
916-
- graphic
917916
required:
918917
- graphicInstances
919918
# Targets / Filters

0 commit comments

Comments
 (0)