Skip to content

Commit

Permalink
update method names
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Nov 7, 2023
1 parent 6651a17 commit a567c71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/static/credit-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ paths:
tags:
- Simulations
summary: Return all recorded simulations
operationId: getSimulationUsingGET
operationId: getSimulation
parameters:
- name: name
in: query
Expand All @@ -38,7 +38,7 @@ paths:
tags:
- Simulations
summary: Record a new simulation
operationId: newSimulationUsingPOST
operationId: postSimulation
requestBody:
content:
application/json:
Expand Down Expand Up @@ -73,7 +73,7 @@ paths:
tags:
- Simulations
summary: Return a simulation for a given CPF
operationId: oneUsingGET_1
operationId: getSimulationByCpf
parameters:
- name: cpf
in: path
Expand All @@ -94,7 +94,7 @@ paths:
tags:
- Simulations
summary: Update a simulation by a given CPF
operationId: updateSimulationUsingPUT
operationId: updateSimulation
parameters:
- name: cpf
in: path
Expand Down Expand Up @@ -124,7 +124,7 @@ paths:
tags:
- Simulations
summary: Delete a simulation by a given CPF
operationId: deleteUsingDELETE
operationId: deleteSimulation
parameters:
- name: cpf
in: path
Expand All @@ -142,7 +142,7 @@ paths:
tags:
- Restrictions
summary: Query to search for a restricted CPF
operationId: oneUsingGET
operationId: getRestrictionV1
parameters:
- name: cpf
in: path
Expand All @@ -165,7 +165,7 @@ paths:
tags:
- Restrictions
summary: Query to search for a restricted CPF
operationId: oneV2UsingGET
operationId: getRestrictionV2
parameters:
- name: cpf
in: path
Expand Down

0 comments on commit a567c71

Please sign in to comment.