Open nour3adel opened 6 hours ago
PUT
Update a performance review.
Requires a valid API token in the header.
None
http code content-type response 200 text/plain;charset=UTF-8 YAML string
200
text/plain;charset=UTF-8
{ "id": "123", "name": "John Doe", "email": "john.doe@example.com" }
curl -X GET -H "Content-Type: application/json" http://localhost:8889/
PUT
/ performance-reviews / {id}Description
Update a performance review.
Authentication
Requires a valid API token in the header.
Parameters
Responses
Example Request