# Approve Submission Approve a submission by updating its completion status to 'Approved'. If a bonus amount is provided, it will be added to the submission record. Endpoint: POST /v1/submissions/{submission_id}/approve Version: 1.0 Security: APIKeyHeader ## Path parameters: - `submission_id` (string, required) ## Query parameters: - `bonus_amount` (any, required) ## Response 200 fields (application/json): - `id` (any) Example: "recXXXXXXXXXXXXXX" - `createdTime` (any) The record creation timestamp Example: "2023-01-01T00:00:00.000Z" - `name` (any) The name of the submission - `participant` (object, required) The person assigned to the task - `participant.email` (string) The email address of the user - `participant.name` (string) The name of the user - `task_id` (any) The ID of the task - `notes` (any) Additional notes about the submission - `status` (any) Current status of the submission - `category` (any) Category of the task - `completion_code` (any) Code indicating the completion status - `apply_bonus` (any) Indicates whether the task has an additional bonus applied. - `bonus_amount` (any) Specifies the total bonus amount in currency format. ## Response 400 fields ## Response 403 fields ## Response 404 fields ## Response 422 fields