canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
No edit summary |
|||
Line 36: | Line 36: | ||
* POST /project/authorized/[projectname]/[username] - authorize username to access the project (only the project owner can do this) | * POST /project/authorized/[projectname]/[username] - authorize username to access the project (only the project owner can do this) | ||
* DELETE /project/authorized/[projectname]/[username] - remove username's access to the project (only the project owner can do this) | * DELETE /project/authorized/[projectname]/[username] - remove username's access to the project (only the project owner can do this) | ||
* GET /project/export/[projectname][.tgz|.zip] - export the project as a tarball or zipfile | |||
* POST /project/import/[projectname] - create/replace the project with the provided file. The data should be a multipart form with a filedata file upload field. NOTE: if the project already exists, this will delete the project and start over (and if the project already exists, only the owner of the project can call this. If the project does not exist, anyone can call this). | |||
== Settings == | == Settings == |