Skip to content

Commit

Permalink
Merge pull request #169 from regulaforensics/SP-15799/Correct_argumen…
Browse files Browse the repository at this point in the history
…ts_naming

SP-15799: Correct arguments naming
  • Loading branch information
GubinAlexander committed May 29, 2024
2 parents d6e1171 + 7152a8c commit cae1d81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ servers:
paths:
/api/process:
$ref: "./p-process.yml#/paths/~1process"
/api/v2/transaction/{transaction_id}/process:
/api/v2/transaction/{transactionId}/process:
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}~1process"
/api/v2/transaction/{transaction_id}:
/api/v2/transaction/{transactionId}:
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}"
/api/v2/transaction/{transaction_id}/results:
/api/v2/transaction/{transactionId}/results:
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}~1results"
/api/v2/transaction/{transaction_id}/file:
/api/v2/transaction/{transactionId}/file:
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}~1file"
/api/v2/tag/{tag_id}:
/api/v2/tag/{tagId}:
$ref: "./p-transaction.yml#/paths/~1tag~1{tagId}"
/api/ping:
$ref: "./p-ping.yml#/paths/~1ping"
Expand Down

0 comments on commit cae1d81

Please sign in to comment.