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

Commit abec499

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent 8b9f08c commit abec499

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
@@ -6424,14 +6424,13 @@ Entry 22 =
64246424
Entry Args = '[]'
64256425
Entry Query = '[]'
64266426
Entry Name = 'ping'
6427-
Entry Stability = 'experimental'
6427+
Entry Stability = 'stable'
64286428
Entry Scopes = '[]'
64296429
Entry Input = ''
64306430
Entry Output = ''
64316431
Entry Title = 'Ping Server'
6432-
Entry Description = 'Documented later...
6433-
6434-
**Warning** this api end-point is **not stable**.'
6432+
Entry Description = 'Respond without doing anything.
6433+
This endpoint is used to check that the service is up.'
64356434

64366435

64376436
http://schemas.taskcluster.net/queue/v1/claim-work-request.json#

src/main/java/org/mozilla/taskcluster/client/queue/Queue.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,8 @@ public CallSummary<EmptyPayload, CountPendingTasksResponse> pendingTasks(String
554554
}
555555

556556
/**
557-
* Documented later...
558-
*
559-
* **Warning** this api end-point is **not stable**.
557+
* Respond without doing anything.
558+
* This endpoint is used to check that the service is up.
560559
*
561560
* @see "[Ping Server API Documentation](https://docs.taskcluster.net/reference/platform/queue/api-docs#ping)"
562561
*/

0 commit comments

Comments
 (0)