File tree 2 files changed +2
-2
lines changed
scripts/apidocgen/markdown-template
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Status Code **200**
157
157
158
158
| Name | Type | Required | Restrictions | Description |
159
159
| ------------------------------------ | --------------------------------- | -------- | ------------ | ------------------------------------------ |
160
- | ` [array items] ` | array | false | | |
160
+ | ` [array item] ` | array | false | | |
161
161
| ` » active_user_count ` | integer | false | | ActiveUserCount is set to -1 when loading. |
162
162
| ` » active_version_id ` | string | false | | |
163
163
| ` » allow_user_cancel_workspace_jobs ` | boolean | false | | |
Original file line number Diff line number Diff line change 27
27
28
28
function renderDisplayName(p) {
29
29
if (p.displayName == "*anonymous*") {
30
- return "[array items ]";
30
+ return "[array item ]";
31
31
}
32
32
let displayName = p.displayName.replace("**additionalProperties**", "[any property]");
33
33
return displayName;
You can’t perform that action at this time.
0 commit comments