From c634a897fe1aadedc81c68431b66592c56f79441 Mon Sep 17 00:00:00 2001 From: Stephen Price Date: Wed, 8 Jul 2020 20:38:56 -0500 Subject: [PATCH] path parameter --- reference/devices.v1.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/devices.v1.yaml b/reference/devices.v1.yaml index 399eac3..154724d 100644 --- a/reference/devices.v1.yaml +++ b/reference/devices.v1.yaml @@ -14,17 +14,26 @@ info: servers: - url: 'http://localhost:3000' paths: - /api/devices: + '/api/devices/{accountid}': get: summary: getDevices tags: [] responses: {} operationId: get-api-devices + description: '' post: summary: newDevice tags: [] responses: {} operationId: post-api-devices + parameters: + - schema: + type: string + example: jetsonsHome + name: accountid + in: path + required: true + description: unique account id components: schemas: {} parameters: