Skip to content

Commit 7152a8c

Browse files
SP-15799: Correct arguments naming
1 parent d6e1171 commit 7152a8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ servers:
2626
paths:
2727
/api/process:
2828
$ref: "./p-process.yml#/paths/~1process"
29-
/api/v2/transaction/{transaction_id}/process:
29+
/api/v2/transaction/{transactionId}/process:
3030
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}~1process"
31-
/api/v2/transaction/{transaction_id}:
31+
/api/v2/transaction/{transactionId}:
3232
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}"
33-
/api/v2/transaction/{transaction_id}/results:
33+
/api/v2/transaction/{transactionId}/results:
3434
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}~1results"
35-
/api/v2/transaction/{transaction_id}/file:
35+
/api/v2/transaction/{transactionId}/file:
3636
$ref: "./p-transaction.yml#/paths/~1transaction~1{transactionId}~1file"
37-
/api/v2/tag/{tag_id}:
37+
/api/v2/tag/{tagId}:
3838
$ref: "./p-transaction.yml#/paths/~1tag~1{tagId}"
3939
/api/ping:
4040
$ref: "./p-ping.yml#/paths/~1ping"

0 commit comments

Comments
 (0)