Files

Update Asset Review Notes

PUT
/assetReview/{assetReviewId}/notes

Update notes regarding an asset review.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

assetReviewId*string

Must be an valid asset review ID.

Request Body

application/json

reviewNotes*string

Response Body

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/assetReview/string/notes" \  -H "Content-Type: application/json" \  -d '{    "reviewNotes": "string"  }'
Empty
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}