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: spec.json
+237-5Lines changed: 237 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17996,6 +17996,100 @@
17996
17996
}
17997
17997
}
17998
17998
},
17999
+
"/user/features": {
18000
+
"get": {
18001
+
"tags": [
18002
+
"users"
18003
+
],
18004
+
"summary": "List user-visible feature flags enabled for the authenticated user.",
18005
+
"description": "Returns only features that are marked as safe for exposure to clients and currently resolved to `true` for the requesting user (including org overrides).",
"description": "The Content-Location header for responses that are not the final destination. This is used to indicate where the resource can be found, when it is finished.",
18045
+
"style": "simple",
18046
+
"schema": {
18047
+
"nullable": true,
18048
+
"type": "string"
18049
+
}
18050
+
},
18051
+
"Location": {
18052
+
"description": "The location header for redirects and letting users know if there is a websocket they can listen to for status updates on their operation.",
18053
+
"style": "simple",
18054
+
"schema": {
18055
+
"nullable": true,
18056
+
"type": "string"
18057
+
}
18058
+
},
18059
+
"Set-Cookie": {
18060
+
"description": "Set-Cookie header.",
18061
+
"style": "simple",
18062
+
"schema": {
18063
+
"nullable": true,
18064
+
"type": "string"
18065
+
}
18066
+
},
18067
+
"X-Api-Call-Id": {
18068
+
"description": "ID for this request. We return it so that users can report this to us and help us debug their problems.",
18069
+
"style": "simple",
18070
+
"required": true,
18071
+
"schema": {
18072
+
"type": "string"
18073
+
}
18074
+
}
18075
+
},
18076
+
"content": {
18077
+
"application/json": {
18078
+
"schema": {
18079
+
"$ref": "#/components/schemas/UserFeatureList"
18080
+
}
18081
+
}
18082
+
}
18083
+
},
18084
+
"4XX": {
18085
+
"$ref": "#/components/responses/Error"
18086
+
},
18087
+
"5XX": {
18088
+
"$ref": "#/components/responses/Error"
18089
+
}
18090
+
}
18091
+
}
18092
+
},
17999
18093
"/user/form": {
18000
18094
"put": {
18001
18095
"tags": [
@@ -23323,6 +23417,14 @@
23323
23417
"minimum": 0
23324
23418
}
23325
23419
},
23420
+
{
23421
+
"in": "query",
23422
+
"name": "order_independent_transparency",
23423
+
"description": "Enables nicer visuals for transparent surfaces. This slows down rendering, so it's off by default.",
23424
+
"schema": {
23425
+
"type": "boolean"
23426
+
}
23427
+
},
23326
23428
{
23327
23429
"in": "query",
23328
23430
"name": "pool",
@@ -26738,11 +26840,6 @@
26738
26840
"type": "number",
26739
26841
"format": "money-usd"
26740
26842
},
26741
-
"deleted": {
26742
-
"description": "Always true for a deleted object.",
26743
-
"default": false,
26744
-
"type": "boolean"
26745
-
},
26746
26843
"id": {
26747
26844
"description": "Unique identifier for the object.",
26748
26845
"type": "string"
@@ -29958,6 +30055,14 @@
29958
30055
"description": "The form for a public inquiry submission.",
29959
30056
"type": "object",
29960
30057
"properties": {
30058
+
"cad_platforms": {
30059
+
"nullable": true,
30060
+
"description": "The CAD platforms (used for pilot inquiries).",
30061
+
"type": "array",
30062
+
"items": {
30063
+
"type": "string"
30064
+
}
30065
+
},
29961
30066
"company": {
29962
30067
"nullable": true,
29963
30068
"description": "The company name.",
@@ -29985,6 +30090,11 @@
29985
30090
}
29986
30091
]
29987
30092
},
30093
+
"job_title": {
30094
+
"nullable": true,
30095
+
"description": "The job title (used for pilot inquiries).",
30096
+
"type": "string"
30097
+
},
29988
30098
"last_name": {
29989
30099
"description": "The last name of the user.",
29990
30100
"type": "string"
@@ -29993,6 +30103,11 @@
29993
30103
"description": "The message content.",
29994
30104
"type": "string"
29995
30105
},
30106
+
"num_cad_users": {
30107
+
"nullable": true,
30108
+
"description": "The number of CAD users (used for pilot inquiries).",
30109
+
"type": "string"
30110
+
},
29996
30111
"phone": {
29997
30112
"nullable": true,
29998
30113
"description": "The phone number of the user.",
@@ -30010,6 +30125,13 @@
30010
30125
"InquiryType": {
30011
30126
"description": "The type of inquiry.",
30012
30127
"oneOf": [
30128
+
{
30129
+
"description": "Inquiries related to pilots (on the enterprise page).",
30130
+
"type": "string",
30131
+
"enum": [
30132
+
"pilot_inquiry"
30133
+
]
30134
+
},
30013
30135
{
30014
30136
"description": "General inquiry about the service or product.",
30015
30137
"type": "string",
@@ -30320,6 +30442,13 @@
30320
30442
"enum": [
30321
30443
"void"
30322
30444
]
30445
+
},
30446
+
{
30447
+
"description": "Unknown.",
30448
+
"type": "string",
30449
+
"enum": [
30450
+
"unknown"
30451
+
]
30323
30452
}
30324
30453
]
30325
30454
},
@@ -31252,6 +31381,13 @@
31252
31381
"enum": [
31253
31382
"bye"
31254
31383
]
31384
+
},
31385
+
{
31386
+
"description": "Interrupt the current prompt that is being processed.",
31387
+
"type": "string",
31388
+
"enum": [
31389
+
"interrupt"
31390
+
]
31255
31391
}
31256
31392
]
31257
31393
},
@@ -33740,6 +33876,15 @@
33740
33876
"type": "number",
33741
33877
"format": "float"
33742
33878
},
33879
+
"backface_color": {
33880
+
"nullable": true,
33881
+
"description": "Color of the backface",
33882
+
"allOf": [
33883
+
{
33884
+
"$ref": "#/components/schemas/Color"
33885
+
}
33886
+
]
33887
+
},
33743
33888
"color": {
33744
33889
"description": "Color of the new material",
33745
33890
"allOf": [
@@ -36122,6 +36267,26 @@
36122
36267
"required": [
36123
36268
"type"
36124
36269
]
36270
+
},
36271
+
{
36272
+
"description": "Render transparent surfaces more accurately, but this might make rendering slower. Because it can interfere with runtime performance, it defaults to false.",
36273
+
"type": "object",
36274
+
"properties": {
36275
+
"enabled": {
36276
+
"nullable": true,
36277
+
"description": "Enables or disables OIT. If not given, toggles it.",
0 commit comments