The NCI Leidos Team had a few questions about endpoints in the FireCloud API.
First, can we provide an example of how a user would test OAuth GET /login? In this example, please include values for "path" and "callback".
Also, when testing Method Configurations PUT and Profile POST, they encountered issues using the model schema. Please confirm if the model schemas are working as designed or in need of updates. The model schema for Profile POST (below) appears to be missing fields that are present in the FireCloud UI:
{
"name": "string",
"email": "string",
"institution": "string",
"pi": "string"
}
Thanks,
Jason