Skip to content

Commit

Permalink
Add description to empty result in Workspace Settings Get (#5071)
Browse files Browse the repository at this point in the history
* change the workspaceSettings comment

* add comma
  • Loading branch information
likachko authored and sergey-shandar committed Jan 22, 2019
1 parent 33c4748 commit 6723860
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
}
},
"tags": ["Workspace Settings"],
"description": "Settings about where we should store your security data and logs",
"description": "Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set",
"operationId": "WorkspaceSettings_List",
"parameters": [{
"$ref": "#/parameters/ApiVersion"
Expand Down Expand Up @@ -447,7 +447,7 @@
}
},
"tags": ["Workspace Settings"],
"description": "Settings about where we should store your security data and logs",
"description": "Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set",
"operationId": "WorkspaceSettings_Get",
"parameters": [{
"$ref": "#/parameters/ApiVersion"
Expand Down

0 comments on commit 6723860

Please sign in to comment.