put http://localhost:3000/v1/api/data-categories//data-types/
update a specific Data Type in a specific Data Category
Log in to see full request history
Responses
update a specific Data Type in a specific Data Category
xxxxxxxxxx
curl --request PUT \
--url http://localhost:3000/v1/api/data-categories/dataCategoryId/data-types/dataTypeId \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: