Updating Projects via API
Update Project
POST
https://microreact.org/api/projects/update/
Query Parameters
Name | Type | Description |
---|---|---|
project | string | The ID of the project to be updated (e.g.
) |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | Should be
|
Access-Token | string | An API access token. |
Request Body
Name | Type | Description |
---|---|---|
object | A valid
JSON document |
Example
Last updated