Microreact
Search
⌃K

Updating Projects via API

post
https://microreact.org/api/projects/update
/
Update Project
Parameters
Query
project
string
The ID of the project to be updated (e.g.
gb7RzDg87aJK2yGAqQiai
)
Header
Content-Type
string
Should be
Content-Type application/json; charset=utf-8
Access-Token
string
An API access token.
Body
object
A valid
.microreact
JSON document
Responses
200
A JSON document which include the ID and the URL of the project.

Example

cURL + Bash
curl \
--header "Content-Type: application/json; charset=utf-8" \
--header "Access-Token: eyJhbGciOiJIUzUxMiJ9..." \
--data "@project.microreact" \
https://microreact.org/api/projects/update?project=gb7RzDg87aJK2yGAqQiai