ModifyProject Method

Description

Updates an existing project.

HTTP Request

PUT https://api.skeddly.com/api/Projects/<id>

URL Parameters

Id

ID of the project.

Type: string

Required: Yes

Body

The body is a JSON structure with the following properties.

name

Updated name for the project.

Type: string

Required: Yes

Returns

A Project object.

Sample Request

Sample Response

Last updated