post https://{baseUrl}/api/classificationTypes/batchUpdate
Log in to see full request history
Responses
400An error occurred while creating the records, error will be logged
401The caller is not authenticated with RegScale.
400An error occurred while creating the records, error will be logged
401The caller is not authenticated with RegScale.
xxxxxxxxxx
curl --request POST \
--url https://your-instance.regscale.co/api/classificationTypes/batchUpdate \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"created": 0,
"updated": 0,
"deleted": 0
}