-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: blueocean-plugin
-
tasman, frank, christmas
- Send access token in request body
- Response can be
- 200, returning credential in response body
- 403 if token is invalid or has insufficient access
- The access token credential is created on 200 and is User scoped
Sample request:
{
"accessToken": "abcd1234..."
}
Sample 200 response:
{
"credentialId": "1234-..."
}