Skip to content

Commit 2b6c7cd

Browse files
committed
openapi
1 parent 31b52a7 commit 2b6c7cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi/sled-agent.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@
17451745
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"
17461746
},
17471747
"ServiceEnsureBody": {
1748-
"description": "Used to request that the Sled initialize certain services.\n\nThis may be used to record that certain sleds are responsible for launching services which may not be associated with a dataset, such as Nexus.",
1748+
"description": "Used to request that the Sled initialize certain services on initialization.\n\nThis may be used to record that certain sleds are responsible for launching services which may not be associated with a dataset, such as Nexus.",
17491749
"type": "object",
17501750
"properties": {
17511751
"services": {
@@ -2138,6 +2138,7 @@
21382138
]
21392139
},
21402140
"ServiceZoneService": {
2141+
"description": "Used to request that the Sled initialize certain services.",
21412142
"type": "object",
21422143
"properties": {
21432144
"details": {

0 commit comments

Comments
 (0)