We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta
Request
{ "data": { "type": "user", "attributes": { "username": "[email protected]", "password": "f00b4r" }, "relationships": { "environment": { "data": { "id": "641ce53d-c547-4d30-8d12-2d7fb2a25ab0" } } } }, "meta": { "token": "c60e6f72-df7e-4197-ae84-fbf780bcdd8c" } }
Parsed operation
{ op: 'add', params: {}, ref: { id: undefined, type: 'user', relationship: undefined }, data: { type: 'user', attributes: { username: '[email protected]', password: 'f00b4r', environment_id: '641ce53d-c547-4d30-8d12-2d7fb2a25ab0' }, relationships: { environment: [Object] } } }
The text was updated successfully, but these errors were encountered:
this is pretty weird, have you been able to replicate this in the dummy test suite?
Sorry, something went wrong.
Didn't investigate fully, just stumbled upon it when trying to perform that kind of request on an API I'm working on.
'kay, sometime this week I'll take a look
joelalejandro
No branches or pull requests
Request
Parsed operation
The text was updated successfully, but these errors were encountered: