Skip to content

Edit Project

David Haller edited this page Jul 8, 2018 · 1 revision

Create or edit project

URL : /projects

Method : POST

Auth required : YES (Admin)

Data example

{
    "entryKey": "pizza",
    "name": "Pizza Project",
    "owner": "admin
}

Success Response

204 NO CONTENT

Error Response

401 UNAUTHORIZED

Authorization fails.

403 FORBIDDEN

The permissions are not sufficient (e.g. you are not an admin/do not own the project).

Clone this wiki locally