Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleGET,DELETE
GET
URL: /v1/cadist/projects/{project-name}

RETURN STATUS: 200
RETURN BODY:
{
  "namepname": "name of Project" //must be unique 
  "description": "<description>"
}

DELETE
URL: /v1/cadist/projects/{project-name}

RETURN STATUS: 204

...