Skip to content

Commit

Permalink
fixes error in /xapi/statements POST openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
invaliduser committed Jul 22, 2024
1 parent 0aaa60e commit 582ea0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/com/yetanalytics/lrs/pedestal/openapi.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@
:responses {204 (gc/response "No content")}
:operationId :put-statement
:description ""}
:statements-post {:requestBody (gc/request {:oneOf [(gc/a :r#statementId)
:r#statementId]})
:statements-post {:requestBody (gc/request {:oneOf [(gc/a :r#Statement)
:r#Statement]})
:responses {200 (gc/response "Array of Statement id(s) (UUID) in the same order as the corresponding stored Statements."
(gc/a :r#statementId))}
:operationId :post-statement
Expand Down

0 comments on commit 582ea0f

Please sign in to comment.