Skip to main content
PATCH
/
admin-service
/
specialties
/
{id}
cURL
curl --request PATCH \
  --url http://localhost:8081/admin-service/specialties/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'

Path Parameters

id
string<uuid>
required

Body

application/json

The body is of type object.

Response

OK