Skip to content

Commit

Permalink
Quote parameters with backticks.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel (dB.) Doubrovkine <dblock@dblock.org>
  • Loading branch information
dblock authored Dec 9, 2024
1 parent 16d5c84 commit d265d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/namespaces/sm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ paths:
operationId: sm.update_policy.0
x-operation-group: sm.update_policy
x-version-added: '2.1'
description: Updates an existing snapshot management policy. Requires 'if_seq_no' and 'if_primary_term'.
description: Updates an existing snapshot management policy. Requires `if_seq_no` and `if_primary_term`.
parameters:
- $ref: '#/components/parameters/sm.update_policy::path.policy_name'
- $ref: '#/components/parameters/sm.update_policy::query.if_primary_term'
Expand Down Expand Up @@ -322,4 +322,4 @@ components:
schema:
type: string
enum: [asc, desc]
default: asc
default: asc

0 comments on commit d265d8d

Please sign in to comment.