Skip to content

Commit

Permalink
deploy: 3a02788
Browse files Browse the repository at this point in the history
  • Loading branch information
dborovcanin committed Nov 10, 2024
1 parent d42287f commit cc45fe5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion apis/api/openapi/readers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tags:
url: https://docs.magistrala.abstractmachines.fr/

paths:
/channels/{chanId}/messages:
/{domainID}/channels/{chanId}/messages:
get:
operationId: getMessages
summary: Retrieves messages sent to single channel
Expand All @@ -47,6 +47,7 @@ paths:
tags:
- readers
parameters:
- $ref: "#/components/parameters/DomainID"
- $ref: "#/components/parameters/ChanId"
- $ref: "#/components/parameters/Limit"
- $ref: "#/components/parameters/Offset"
Expand Down Expand Up @@ -141,6 +142,14 @@ components:
description: Time of updating measurement.

parameters:
DomainID:
name: domainID
description: Unique domain identifier.
in: path
schema:
type: string
format: uuid
required: true
ChanId:
name: chanId
description: Unique channel identifier.
Expand Down

0 comments on commit cc45fe5

Please sign in to comment.