You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable another app to make it easy for people to create and share and run projects, we'd like API endpoints for automating project creation and updates.
This is expected to only work with OAuth2 authorization (i.e. the creation of projects is being done by a project).
It's expected to receive the following:
project name
long description
redirect_url
coordinator_join (default=False)
diy_experiment (default=False)
The user identified by the OAuth2 authorization access token becomes the new project coordinator.
If coordinator_join is True, we'd like the coordinator to be added as a project member.
If diy_experiment is True, we'd like the project that's created to have a new diy_experiment boolean field that's set to True.
The API then returns:
client ID
client secret
coordinator access token (if coordinator_join was true)
coordinator refresh token (if coordinator_join was true)
There should also be an update endpoint that can be used to update the name, description, and/or redirect URL.
The text was updated successfully, but these errors were encountered:
Description
To enable another app to make it easy for people to create and share and run projects, we'd like API endpoints for automating project creation and updates.
This is expected to only work with OAuth2 authorization (i.e. the creation of projects is being done by a project).
It's expected to receive the following:
The user identified by the OAuth2 authorization access token becomes the new project coordinator.
If coordinator_join is True, we'd like the coordinator to be added as a project member.
If diy_experiment is True, we'd like the project that's created to have a new diy_experiment boolean field that's set to True.
The API then returns:
There should also be an update endpoint that can be used to update the name, description, and/or redirect URL.
The text was updated successfully, but these errors were encountered: