Skip to content

Commit f64077e

Browse files
chore: update api schema dump
Co-authored-by: octodog <[email protected]>
1 parent fa7b6a6 commit f64077e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/manager/rest-reference/openapi.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -884,20 +884,11 @@
884884
"type": "string"
885885
},
886886
"resources": {
887-
"additionalProperties": {
888-
"anyOf": [
889-
{
890-
"type": "string"
891-
},
892-
{
893-
"type": "integer"
894-
}
895-
]
896-
},
887+
"additionalProperties": true,
897888
"examples": [
898889
{
899890
"cpu": 4,
900-
"cuda.shares": 2.5,
891+
"cuda.shares": "2.5",
901892
"mem": "32g"
902893
}
903894
],

0 commit comments

Comments
 (0)