Changes between Version 24 and Version 25 of NewTestbedAPISpec


Ignore:
Timestamp:
Sep 11, 2013 5:43:56 PM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewTestbedAPISpec

    v24 v25  
    111111  * None
    112112 * '''Return Values:'''
    113   * None
     113  * A boolean, true if the logout succeeded
    114114
    115115Removes 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.
     
    487487   * urlPrefix - a prefix to direct the user to a specific web interface to respond to the challenge.
    488488 * '''Return Values:'''
    489    * None
     489   * A boolean, true if the join request was sent
    490490
    491491The join succeeds when a user with appropriate permissions calls joinProjectConfirm.
     
    700700   * ProjectId - the requester's userid
    701701 * '''Return Values:'''
    702    * None
     702   * A boolean, true if the approval succeeded
    703703
    704704Generally an removing a project requires a testbed administrator.
     
    785785   * urlPrefix - a prefix to direct the user to a specific web interface to respond to the challenge.
    786786 * '''Return Values:'''
    787    * None
     787   * A boolean, true if the join notification was sent
    788788
    789789The join succeeds when a user with appropriate permissions calls joinCircleConfirm.