Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Body
application/json
Table name to update
Example:
"users"
Data to update
Example:
{ "status": "active" }Where conditions
Example:
{ "id": "123" }Environment to update in (development, staging, production)
Available options:
development, staging, production Example:
"production"

