Repository: airavata Updated Branches: refs/heads/master 60295a5fc -> 7de199dbe
Adding docs for update Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/7de199db Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/7de199db Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/7de199db Branch: refs/heads/master Commit: 7de199dbe4a56417f9d6ca12cdf3454e09ee964c Parents: 60295a5 Author: Eroma Abeysinghe <[email protected]> Authored: Tue Dec 15 15:42:49 2015 -0500 Committer: Eroma Abeysinghe <[email protected]> Committed: Tue Dec 15 15:42:49 2015 -0500 ---------------------------------------------------------------------- .../airavata-apis/airavata_api.thrift | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/7de199db/thrift-interface-descriptions/airavata-apis/airavata_api.thrift ---------------------------------------------------------------------- diff --git a/thrift-interface-descriptions/airavata-apis/airavata_api.thrift b/thrift-interface-descriptions/airavata-apis/airavata_api.thrift index 75f9381..77917a1 100644 --- a/thrift-interface-descriptions/airavata-apis/airavata_api.thrift +++ b/thrift-interface-descriptions/airavata-apis/airavata_api.thrift @@ -97,6 +97,16 @@ service Airavata { 3: airavata_errors.AiravataSystemException ase, 4: airavata_errors.AuthorizationException ae) + /** + * Update previously registered gateway metadata. + * + * @param gatewayId + * The gateway Id. + * + * @param gateway + * Modified gateway obejct. + * + **/ void updateGateway(1: required security_model.AuthzToken authzToken, 2: required string gatewayId, 3: required workspace_model.Gateway updatedGateway) throws (1: airavata_errors.InvalidRequestException ire, 2: airavata_errors.AiravataClientException ace,
