Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b40f1f

Browse files
committed
Merge branch '3522-document-more-methods-2' into 3522-document-more-methods-3
2 parents f67b5b8 + 18b38c4 commit 9b40f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Status Code **200**
157157

158158
| Name | Type | Required | Restrictions | Description |
159159
| ------------------------------------ | --------------------------------- | -------- | ------------ | ------------------------------------------ |
160-
| `[array items]` | array | false | | |
160+
| `[array item]` | array | false | | |
161161
| `» active_user_count` | integer | false | | ActiveUserCount is set to -1 when loading. |
162162
| `» active_version_id` | string | false | | |
163163
| `» allow_user_cancel_workspace_jobs` | boolean | false | | |

scripts/apidocgen/markdown-template/responses.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
function renderDisplayName(p) {
2929
if (p.displayName == "*anonymous*") {
30-
return "[array items]";
30+
return "[array item]";
3131
}
3232
let displayName = p.displayName.replace("**additionalProperties**", "[any property]");
3333
return displayName;

0 commit comments

Comments
 (0)