Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit 50330d3

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent c4ec60b commit 50330d3

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

codegenerator/model/model-data.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,14 +3032,13 @@ Entry 2 =
30323032
Entry Args = '[]'
30333033
Entry Query = '[]'
30343034
Entry Name = 'ping'
3035-
Entry Stability = 'experimental'
3035+
Entry Stability = 'stable'
30363036
Entry Scopes = '[]'
30373037
Entry Input = ''
30383038
Entry Output = ''
30393039
Entry Title = 'Ping Server'
3040-
Entry Description = 'Documented later...
3041-
3042-
**Warning** this api end-point is **not stable**.'
3040+
Entry Description = 'Respond without doing anything.
3041+
This endpoint is used to check that the service is up.'
30433042

30443043

30453044
http://schemas.taskcluster.net/github/v1/build-list.json#

src/main/java/org/mozilla/taskcluster/client/github/Github.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ public CallSummary<EmptyPayload, Builds> builds() throws APICallFailure {
7070
}
7171

7272
/**
73-
* Documented later...
74-
*
75-
* **Warning** this api end-point is **not stable**.
73+
* Respond without doing anything.
74+
* This endpoint is used to check that the service is up.
7675
*
7776
* @see "[Ping Server API Documentation](https://docs.taskcluster.net/reference/core/github/api-docs#ping)"
7877
*/

0 commit comments

Comments
 (0)