Skip to content

Commit

Permalink
updated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed May 15, 2024
1 parent 320839f commit 92abee9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
post:
tags:
- campaign-user-manager
- campaigns-user-manager
summary: Consult UserManager Step 1 for Campaign
description: >-
This API consults UserManager for Campaign at Employment Verification Stage
Expand Down
5 changes: 5 additions & 0 deletions api-specs/standard-rest-api/5.0/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ servers:
default: example
security:
- bearerAuth: []
tags:
- name: functions
description: 'sod functions'
- name: risks
description: 'sod risks'
paths:
/sod/risks:
$ref: paths/sod/risks.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ put:
description: Validation exception
delete:
tags:
- function
- functions
summary: Deletes a function
description: delete a function
operationId: deleteFunction
Expand Down
4 changes: 2 additions & 2 deletions api-specs/standard-rest-api/5.0/paths/sod/risks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
post:
tags:
- risk
- risks
summary: Add a new risk
description: Add a new risk
operationId: createRisk
Expand All @@ -24,7 +24,7 @@ post:
description: Validation exception
get:
tags:
- risk
- risks
summary: Finds risks by status
description: Multiple status values can be provided with comma separated strings
operationId: findRisksByStatus
Expand Down
6 changes: 3 additions & 3 deletions api-specs/standard-rest-api/5.0/paths/sod/risksById.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
put:
tags:
- risk
- risks
summary: Update an existing risk
description: Update an existing risk by Id
operationId: updateRisk
Expand Down Expand Up @@ -34,7 +34,7 @@ put:
description: Validation exception
get:
tags:
- risk
- risks
summary: Find risk by ID
description: Returns a single risk
operationId: getRiskById
Expand All @@ -59,7 +59,7 @@ get:
description: Pet not found
delete:
tags:
- risk
- risks
summary: Deletes a risk
description: delete a risk
operationId: deleteRisk
Expand Down

0 comments on commit 92abee9

Please sign in to comment.