Table
Update data in a table with filters
PUT
Headers
Body
application/json
Table Name
Example:
"users"
Example:
{
"email": "[email protected]",
"username": "testuser"
}
Condition
Example:
"username=testuser"