SuccessMessage

Simple success response with a confirmation message.

Properties

statusinteger

HTTP status code

messagestringrequired

Human-readable success message

Example

SuccessMessage example
{
  "status": 200,
  "message": "Workflow updated successfully"
}