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

Commit

Permalink
Regenerated library to pick up latest schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed May 10, 2016
1 parent 967c090 commit 200b9e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion codegenerator/model/model-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10155,7 +10155,9 @@ Entry 3 =
Entry Input = ''
Entry Output = 'http://schemas.taskcluster.net/secrets/v1/secret-list.json#'
Entry Title = 'List Secrets'
Entry Description = 'List the names of all visible secrets.'
Entry Description = 'List the names of all secrets that you would have access to read. In
other words, secret name `<X>` will only be returned if a) a secret
with name `<X>` exists, and b) you posses the scope `secrets:get:<X>`.'
Entry 4 =
Entry Type = 'function'
Entry Method = 'get'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ public CallSummary<EmptyPayload, Secret> get(String name) throws APICallFailure
}

/**
* List the names of all visible secrets.
* List the names of all secrets that you would have access to read. In
* other words, secret name `<X>` will only be returned if a) a secret
* with name `<X>` exists, and b) you posses the scope `secrets:get:<X>`.
*
* See http://docs.taskcluster.net/services/secrets/#list
*/
Expand Down

0 comments on commit 200b9e8

Please sign in to comment.