Update Credits
Update a specified credit
PUT
https://example.com/wp-json/rimplenet/v1 /credits
Request Body
Name
Type
Description
note
String
Enter a note for this update
credit_id
int
Provide the unique id generated after credit was created
{
"status_code": 200,
"status": true,
"message": "Note updated",
"data": {
"note": "Making an update Updated"
}
}
Sample Response
{
"status_code": 200,
"status": true,
"message": "Note updated",
"data": {
"note": "Making an update Updated"
}
}
Last updated