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
Adding a new entity
POST request to the following endpoint with the JSON payload of the new entity. The POST request will contain only the title and one parent for the entity to be created. All other changes on the new entity (e.g., syns, narrower terms, linearizations, postcoordination, etc.) will be done via a PUT command, as defined above.
/icat/entity
The system should return the newly created object similar to the response for the GET request
Bad Request 400
If the content of the entity does not meet the requirements. The server will return 400 Bad Request response
This can be because :
Payload is not a well formed JSON
It's not in the structure expected by the system
Minimum information is not provided (title and at least one parent)
The content is not acceptable due to other business rules
The text was updated successfully, but these errors were encountered:
Adding a new entity
POST request to the following endpoint with the JSON payload of the new entity. The POST request will contain only the title and one parent for the entity to be created. All other changes on the new entity (e.g., syns, narrower terms, linearizations, postcoordination, etc.) will be done via a PUT command, as defined above.
/icat/entity
The system should return the newly created object similar to the response for the GET request
Bad Request 400
If the content of the entity does not meet the requirements. The server will return 400 Bad Request response
This can be because :
Payload is not a well formed JSON
It's not in the structure expected by the system
Minimum information is not provided (title and at least one parent)
The content is not acceptable due to other business rules
The text was updated successfully, but these errors were encountered: