# Update a Pipeline Stage Endpoint: PUT /pipelines/v0/pipelines/{pipeline_id}/stages/{stage_id}/ Version: 1.0.0 Security: SCAPIAuthToken ## Path parameters: - `pipeline_id` (string, required) ID of the Pipeline - `stage_id` (string, required) ID of the Stage ## Request fields (application/json): - `name` (string) - `description` (string) - `timeout_seconds` (number) ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.id` (string) - `content.enterprise_id` (string) - `content.pipeline_id` (string) - `content.description` (string) - `content.name` (string) - `content.timeout_seconds` (number) - `content.created_by` (number) - `content.updated_by` (number) - `content.created_at` (string) - `content.updated_at` (string) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)