patch https://api.teamscope.co/case/
Log in to see full request history
A sample body payload is shown below.
{
"revisionDate":1635448136,
"label":"Subject A"
}
Response
A sample body payload is shown below.
{
"revisionDate":1635448136,
"label":"Subject A"
}
xxxxxxxxxx
curl --request PATCH \
--url https://api.teamscope.co/case/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here!