Skip to content

/organisations/{orgId}/roles/draft-rubric

POST
/organisations/{orgId}/roles/draft-rubric
curl --request POST \
--url https://kravos-orchestrator.onrender.com/organisations/example/roles/draft-rubric \
--header 'Content-Type: application/json' \
--data '{ "jobDescriptionText": "example" }'
orgId
required
string
Media typeapplication/json
object
jobDescriptionText
required
string
/\S/
Examplegenerated
{
"jobDescriptionText": "example"
}

Default Response