Update Credits

Update a specified credit

Must have the authorization to use this API

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"
    }
}

To view request params, click on the arrow (>) at the right hand side of the endpoint url to expand or collapse

Sample Response

{
    "status_code": 200,
    "status": true,
    "message": "Note updated",
    "data": {
        "note": "Making an update Updated"
    }
}

Last updated