From 0c8c85e218aaa611cf305e3e431581883537d791 Mon Sep 17 00:00:00 2001 From: djmadeira Date: Mon, 13 May 2024 11:36:48 -0400 Subject: [PATCH] descriptions --- spec/namespaces/transforms.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/namespaces/transforms.yaml b/spec/namespaces/transforms.yaml index c3cc75dbb..f47205d0a 100644 --- a/spec/namespaces/transforms.yaml +++ b/spec/namespaces/transforms.yaml @@ -169,7 +169,7 @@ components: transforms.put::path.id: name: id in: path - description: Transform to access + description: Transform to create/update required: true schema: $ref: '../schemas/_common.yaml#/components/schemas/Id' @@ -177,7 +177,7 @@ components: transforms.delete::path.id: name: id in: path - description: Transform to access + description: Transform to delete required: true schema: $ref: '../schemas/_common.yaml#/components/schemas/Id' @@ -185,7 +185,7 @@ components: transforms.start::path.id: name: id in: path - description: Transform to access + description: Transform to start required: true schema: $ref: '../schemas/_common.yaml#/components/schemas/Id' @@ -193,7 +193,7 @@ components: transforms.stop::path.id: name: id in: path - description: Transform to access + description: Transform to stop required: true schema: $ref: '../schemas/_common.yaml#/components/schemas/Id' @@ -201,7 +201,7 @@ components: transforms.explain::path.id: name: id in: path - description: Transform to access + description: Transform to explain required: true schema: $ref: '../schemas/_common.yaml#/components/schemas/Id'