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 committed Oct 1, 2024
1 parent ce975f4 commit 3983105
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'
400:
$ref: '../openapi.yaml#/components/responses/illegalArgument'
401:
Expand Down

0 comments on commit 3983105

Please sign in to comment.