Small Improvements · Example Payload

Setsecondaryreviewerusingput Example

PUT /v2/users/{userId}/secondary-reviewer

users-change-resource

Setsecondaryreviewerusingput Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "setSecondaryReviewer",
  "operationId": "setSecondaryReviewerUsingPUT",
  "method": "PUT",
  "path": "/v2/users/{userId}/secondary-reviewer",
  "tags": [
    "users-change-resource"
  ],
  "description": "PUT /v2/users/{userId}/secondary-reviewer",
  "parameters": {
    "secondaryReviewerId": "<value>",
    "userId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}