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
I've created a provisioning script and a client wrapper for the Bullet Train API which throws an exception when attempting to parse the response from /api/v1/users/init/ as it seems to only return a text body of, "ADMIN USER CREATED".
Ideally, when the Accept header is set to application/json, the API could return either a 201 Created response with no body or the same message as a JSON payload:
{
"adminUserCreated": true
}
The text was updated successfully, but these errors were encountered:
I've created a provisioning script and a client wrapper for the Bullet Train API which throws an exception when attempting to parse the response from
/api/v1/users/init/
as it seems to only return a text body of, "ADMIN USER CREATED".Ideally, when the
Accept
header is set toapplication/json
, the API could return either a201 Created
response with no body or the same message as a JSON payload:The text was updated successfully, but these errors were encountered: