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
Expect child node (a Component) to be created successfully.
Actual
The following error occurs.
"detail": "License ID must be provided for a Node License."
Note:
I assume the error is occurring because parsing relationships from the BODY requires JSONAPIMultipleRelationshipsParserForRegularJSON, and NodeChildrenList does not have that configured.
We have detected an issue that appears to be a bug, and would like to report it below.
Steps
The POST body is as follows.
Note:
relationships.license does not mention Required in https://developer.osf.io/#operation/nodes_children_create, but it is assumed that specification is required.
Expected
Expect child node (a Component) to be created successfully.
Actual
The following error occurs.
Note:
I assume the error is occurring because parsing relationships from the BODY requires JSONAPIMultipleRelationshipsParserForRegularJSON, and NodeChildrenList does not have that configured.
I think you need a parser like this.
RCOSDP@cf3809c
The text was updated successfully, but these errors were encountered: