Skip to content

Commit

Permalink
fix(rest): correct response schema for GET `v1/{scopeId}/data/message…
Browse files Browse the repository at this point in the history
…s/{datastoreMessageId}` to return `dataMessage`

Updated the OpenAPI schema to return `dataMessage` instead of `dataMessageListResult` for the `GET v1/{scopeId}/data/messages/{datastoreMessageId}` endpoint.
  • Loading branch information
MDeLuise authored and Coduz committed Oct 3, 2024
1 parent db89037 commit 3b383fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ paths:
content:
application/json:
schema:
$ref: './dataMessage.yaml#/components/schemas/dataMessageListResult'
$ref: './dataMessage.yaml#/components/schemas/dataMessage'
401:
$ref: '../openapi.yaml#/components/responses/unauthenticated'
403:
Expand Down

0 comments on commit 3b383fe

Please sign in to comment.