Skip to content

Commit

Permalink
descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
djmadeira committed May 13, 2024
1 parent cc2a292 commit 0c8c85e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/namespaces/transforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,39 +169,39 @@ 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'
style: simple
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'
style: simple
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'
style: simple
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'
style: simple
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'
Expand Down

0 comments on commit 0c8c85e

Please sign in to comment.