Skip to content

Commit ec9b56e

Browse files
committed
devin changes applied
1 parent 8c8847c commit ec9b56e

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

docs/v3-openapi.yaml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,41 @@ paths:
567567
taskSlug:
568568
type: string
569569
description: The task identifier.
570+
events:
571+
type: array
572+
description: Span events (e.g. exceptions, cancellations) that occurred during this event.
573+
items:
574+
type: object
575+
properties:
576+
name:
577+
type: string
578+
description: The event name (e.g. "exception", "cancellation", "attempt_failed").
579+
time:
580+
type: string
581+
format: date-time
582+
description: The time the event occurred.
583+
properties:
584+
type: object
585+
description: Event-specific properties.
586+
style:
587+
type: object
588+
description: Display style metadata for the event.
589+
properties:
590+
icon:
591+
type: string
592+
description: Icon identifier for display.
593+
variant:
594+
type: string
595+
description: Visual variant (e.g. "success", "failure").
596+
accessory:
597+
type: object
598+
description: Accessory display element.
599+
properties:
600+
text:
601+
type: string
602+
style:
603+
type: string
604+
enum: [codepath]
570605
"401":
571606
description: Unauthorized request
572607
content:
@@ -2479,6 +2514,22 @@ components:
24792514
properties:
24802515
type: object
24812516
description: Arbitrary OTel attributes attached to the span.
2517+
events:
2518+
type: array
2519+
description: Span events (e.g. exceptions, cancellations) that occurred during this span.
2520+
items:
2521+
type: object
2522+
properties:
2523+
name:
2524+
type: string
2525+
description: The event name (e.g. "exception", "cancellation", "attempt_failed").
2526+
time:
2527+
type: string
2528+
format: date-time
2529+
description: The time the event occurred.
2530+
properties:
2531+
type: object
2532+
description: Event-specific properties.
24822533
children:
24832534
type: array
24842535
description: Nested child spans. Each child has the same structure as the parent span.

0 commit comments

Comments
 (0)