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.
gb7RzDg87aJK2yGAqQiai
)
Headers
Name
Type
Description
Content-Type
string
Should be
Content-Type application/json; charset=utf-8
Access-Token
string
An API access token.
Request Body
Name
Type
Description
object
A valid
.microreact
JSON document
Example
Last updated