Skip to:
The CustomField JSON schema, accessible here, defines the required attributes as follows:
However, attempting to create such a custom field results in a failure.
Steps to Reproduce:Use the following curl command to create a custom field:
curl
Expected Result:The entity creation is successful, and the endpoint returns a status of 201 Created.
201 Created
Actual Result:The entity creation fails, and the endpoint returns a status of 400 Bad Request with the following response body:
400 Bad Request
Jira created for https://folio-org.atlassian.net/browse/UIU-3019
Hey and Can we have a placeholder UI ticket for this investigation in our backlog so that the focus is not lost?
Thank you . Marking it for Q release.
CC: ,
Since it's not blocking anything, Q should be fine.
,
As a workaround you may try this as payload to create custom fields from back-end.
What is the priority of this ticket ? Can it be delivered in Q ?
The CustomField JSON schema, accessible here, defines the required attributes as follows:
However, attempting to create such a custom field results in a failure.
Steps to Reproduce:
Use the following
curl
command to create a custom field:Expected Result:
The entity creation is successful, and the endpoint returns a status of
201 Created
.Actual Result:
The entity creation fails, and the endpoint returns a status of
400 Bad Request
with the following response body: