CreateProject Method

Description

Creates a new project in your Skeddly account.

HTTP Request

POST https://api.skeddly.com/api/Projects/

Body

The body is a JSON structure with the following properties.

name

Name for the new project.

Type: string

Required: Yes

Returns

A Project object.

Sample Request

Sample Response

Last updated