You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v1/specification/open-api/server-api.yaml
+13-23Lines changed: 13 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -442,9 +442,9 @@ paths:
442
442
required: true
443
443
- in: query
444
444
name: graphicTarget
445
-
description: "The Graphic to target with the command"
445
+
description: "The Graphic to target with the command (graphicInstanceId)"
446
446
schema:
447
-
$ref: "#/components/schemas/GraphicTarget"
447
+
$ref: "#/components/schemas/GraphicInstanceId"
448
448
required: true
449
449
requestBody:
450
450
required: true
@@ -508,9 +508,9 @@ paths:
508
508
required: true
509
509
- in: query
510
510
name: graphicTarget
511
-
description: "The Graphic to target with the command"
511
+
description: "The Graphic to target with the command (graphicInstanceId)"
512
512
schema:
513
-
$ref: "#/components/schemas/GraphicTarget"
513
+
$ref: "#/components/schemas/GraphicInstanceId"
514
514
required: true
515
515
requestBody:
516
516
required: true
@@ -581,9 +581,9 @@ paths:
581
581
required: true
582
582
- in: query
583
583
name: graphicTarget
584
-
description: "The Graphic to target with the command"
584
+
description: "The Graphic to target with the command (graphicInstanceId)"
585
585
schema:
586
-
$ref: "#/components/schemas/GraphicTarget"
586
+
$ref: "#/components/schemas/GraphicInstanceId"
587
587
required: true
588
588
requestBody:
589
589
required: true
@@ -648,9 +648,9 @@ paths:
648
648
required: true
649
649
- in: query
650
650
name: graphicTarget
651
-
description: "The Graphic to target with the command"
651
+
description: "The Graphic to target with the command (graphicInstanceId)"
652
652
schema:
653
-
$ref: "#/components/schemas/GraphicTarget"
653
+
$ref: "#/components/schemas/GraphicInstanceId"
654
654
required: true
655
655
requestBody:
656
656
required: true
@@ -715,9 +715,9 @@ paths:
715
715
required: true
716
716
- in: query
717
717
name: graphicTarget
718
-
description: "The Graphic to target with the command"
718
+
description: "The Graphic to target with the command (graphicInstanceId)"
719
719
schema:
720
-
$ref: "#/components/schemas/GraphicTarget"
720
+
$ref: "#/components/schemas/GraphicInstanceId"
721
721
required: true
722
722
requestBody:
723
723
required: true
@@ -790,9 +790,9 @@ paths:
790
790
required: true
791
791
- in: query
792
792
name: graphicTarget
793
-
description: "The Graphic to target with the command"
793
+
description: "The Graphic to target with the command (graphicInstanceId)"
794
794
schema:
795
-
$ref: "#/components/schemas/GraphicTarget"
795
+
$ref: "#/components/schemas/GraphicInstanceId"
796
796
required: true
797
797
requestBody:
798
798
required: true
@@ -974,16 +974,6 @@ components:
974
974
graphicInstanceId:
975
975
description: "(Optional) If set, will only affect a specific GraphicInstance"
976
976
type: string
977
-
GraphicTarget:
978
-
description: "If set, apply filters to which GraphicInstances to affect. If no filters are defined, ALL graphics will be cleared. If multiple filters are defined, only instances that match all filters will be affected."
979
-
type: object
980
-
properties:
981
-
graphicId:
982
-
description: "(Optional) If set, will only affect GraphicInstances of a certain Graphic id and version"
983
-
$ref: "#/components/schemas/GraphicId"
984
-
graphicInstanceId:
985
-
description: "(Optional) If set, will only affect a specific GraphicInstance"
986
-
$ref: "#/components/schemas/GraphicInstanceId"
987
977
# Ids
988
978
RendererId:
989
979
description: "ID of the Renderer"
@@ -997,7 +987,7 @@ components:
997
987
type: string
998
988
example: "simple-l3rd"
999
989
GraphicInstanceId:
1000
-
description: "ID of the GraphicInstance"
990
+
description: "ID of an GraphicInstance. A GraphicInstance is a specific instance of a Graphic that is loaded onto a RenderTarget."
0 commit comments