Closed jermnelson closed 1 year ago
I'm currently trying a PUT to /custom-fields
on folio-dev with a custom field called "TestCustomField" and it is taking over 5 minutes to complete the request. I can refresh folio-dev and see the new field, but I still have not received a response from okapi after the fields were created. Would the rake task just send this PUT and after a minute, kill the request, send the POST and 🤞 it worked?
Ahh, okay, so the request I sent finally got a 204 response after about 5 minutes? Not sure it was 5 minutes.
Not needed anymore.
Currently the step to add custom user fields requires manually adding these fields via FOLIO UI. Observing the sequence from the UI developer tools, a new rake task could do the following:
/custom-fields
endpoint with the following header variable:x-okapi-module-id: mod-users-19.0.0
with the following JSON payload:/configurations/entries
with the following JSON payload