Changes between Version 17 and Version 18 of NewTestbedAPISpec


Ignore:
Timestamp:
Aug 14, 2013 8:23:43 AM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewTestbedAPISpec

    v17 v18  
    652652 * '''Input Parameters:'''
    653653   * ProjectId - the new project's name
    654    * Uid - the new owner's uid (usually the caller)
     654   * Owner - the new owner's uid (usually the caller)
    655655   * profile - a list of attributes that will make up the project's profile
    656656   * A list of profile elements each containing
     
    662662As with users, all required (non-optional) fields in the profile must be provided.  The project will be created, but have no rights until approved.
    663663
     664On success the new project is created with the calling user as owner and sole member.  The user has all rights.
     665
     666
    664667Approval is a result of the testbed's vetting process.  The user will be sent a notification when their project is approved.  When approved this call is made by an admin.
    665668
     
    674677Note that this call can be used to un-approve a previously approved project.
    675678
    676 On success the new project is created with the calling user as owner and sole member.  The user has all rights.
     679Removing a project is straightforward
    677680
    678681 * '''Service:''' Projects
    679682 * '''Operation:''' removeProject
    680683 * '''Input Parameters:'''
    681    * Userid - the requester's userid
    682    * Name - the new project's name
     684   * ProjectId - the requester's userid
    683685 * '''Return Values:'''
    684686   * None