Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Jun 4, 2024
1 parent 20893fe commit 84f96b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func NewOpenAPISpec() (*openapi3.T, error) {
WithDescription("ok")

txnHeaderParam := openapi3.NewHeaderParameter("x-defradb-tx").
WithDescription("Transaction id").
WithDescription("ransaction id").
WithSchema(openapi3.NewInt64Schema())

// add common schemas, responses, and params so we can reference them
Expand Down

0 comments on commit 84f96b1

Please sign in to comment.