Request
Method
URL
PUT
/pf/{pf_id}
Copy
{ "name": "updated pf name", "is_active": true }
Response
Status
200
{
"status": true,
"pf_id": 7
}
403
400
401
500
Last updated 1 year ago