Skip to content

Commit 3397147

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "REST: Provide example of mediawiki edit request elements in OpenAPI spec"
2 parents d8bc557 + 9f21e6f commit 3397147

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

repo/rest-api/specs/global/request-parts.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,16 @@
6565
"tags": {
6666
"type": "array",
6767
"items": { "type": "string" },
68-
"default": [ ]
68+
"default": [ ],
69+
"example": [ "mobile edit", "external tool edit" ]
6970
},
7071
"bot": {
7172
"type": "boolean",
7273
"default": false
7374
},
7475
"comment": {
75-
"type": "string"
76+
"type": "string",
77+
"example": "API edit fixing the modelling as discussed in ..."
7678
}
7779
}
7880
},

0 commit comments

Comments
 (0)