Skip to content

Commit

Permalink
Libs: update spec (#1379)
Browse files Browse the repository at this point in the history
Adding the new response duration ms field to attempts.
  • Loading branch information
svix-onelson authored Aug 1, 2024
2 parents 0ba4b00 + 52d1a88 commit 190870a
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 2 deletions.
31 changes: 30 additions & 1 deletion go/internal/openapi/model_message_attempt_endpoint_out.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 30 additions & 1 deletion go/internal/openapi/model_message_attempt_out.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2909,6 +2909,10 @@
"example": "{}",
"type": "string"
},
"responseDurationMs": {
"format": "int64",
"type": "integer"
},
"responseStatusCode": {
"example": 200,
"format": "int16",
Expand Down Expand Up @@ -2937,6 +2941,7 @@
"id",
"msgId",
"response",
"responseDurationMs",
"responseStatusCode",
"status",
"timestamp",
Expand Down Expand Up @@ -3163,6 +3168,10 @@
"example": "{}",
"type": "string"
},
"responseDurationMs": {
"format": "int64",
"type": "integer"
},
"responseStatusCode": {
"example": 200,
"format": "int16",
Expand Down Expand Up @@ -3191,6 +3200,7 @@
"id",
"msgId",
"response",
"responseDurationMs",
"responseStatusCode",
"status",
"timestamp",
Expand Down

0 comments on commit 190870a

Please sign in to comment.