Changes between Version 24 and Version 25 of NewTestbedAPISpec
- Timestamp:
- Sep 11, 2013 5:43:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewTestbedAPISpec
v24 v25 111 111 * None 112 112 * '''Return Values:''' 113 * None113 * A boolean, true if the logout succeeded 114 114 115 115 Removes the user-to-certificate binding for this certificate. The certificate can be reused or discarded, but cannot be used to manipulate the testbed without another successful requestChallenge/challengeResponse exchange. … … 487 487 * urlPrefix - a prefix to direct the user to a specific web interface to respond to the challenge. 488 488 * '''Return Values:''' 489 * None489 * A boolean, true if the join request was sent 490 490 491 491 The join succeeds when a user with appropriate permissions calls joinProjectConfirm. … … 700 700 * ProjectId - the requester's userid 701 701 * '''Return Values:''' 702 * None702 * A boolean, true if the approval succeeded 703 703 704 704 Generally an removing a project requires a testbed administrator. … … 785 785 * urlPrefix - a prefix to direct the user to a specific web interface to respond to the challenge. 786 786 * '''Return Values:''' 787 * None787 * A boolean, true if the join notification was sent 788 788 789 789 The join succeeds when a user with appropriate permissions calls joinCircleConfirm.