Hello
While working on [RESTWS-856] End Point: Concept Attribute Types create Test - OpenMRS Issues … using Postman with /openmrs/ws/rest/v1/conceptattributetype
throws Error …Its does not create the conceptattributetype…Yet it updates /openmrs/ws/rest/v1/conceptattributetype/{uuid}
Error thrown is
Pastebin - No serializer found for …
Url - https://qa-refapp.openmrs.org/openmrs/ws/rest/v1/conceptattributetype
The method used - POST
Json -
{
"name": "Time Span",
"description": "Dummy description update",
"datatypeClassname": "org.openmrs.customdatatype.datatype.LongFreeTextDatatype",
"minOccurs": 0,
"maxOccurs": 1,
"datatypeConfig": "default",
"preferredHandlerClassname": "org.openmrs.web.attribute.handler.LongFreeTextTextareaHandler",
"handlerConfig": null
}