File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ servers:
26
26
paths :
27
27
/api/process :
28
28
$ref : " ./p-process.yml#/paths/~1process"
29
- /api/v2/transaction/{transaction_id }/process :
29
+ /api/v2/transaction/{transactionId }/process :
30
30
$ref : " ./p-transaction.yml#/paths/~1transaction~1{transactionId}~1process"
31
- /api/v2/transaction/{transaction_id } :
31
+ /api/v2/transaction/{transactionId } :
32
32
$ref : " ./p-transaction.yml#/paths/~1transaction~1{transactionId}"
33
- /api/v2/transaction/{transaction_id }/results :
33
+ /api/v2/transaction/{transactionId }/results :
34
34
$ref : " ./p-transaction.yml#/paths/~1transaction~1{transactionId}~1results"
35
- /api/v2/transaction/{transaction_id }/file :
35
+ /api/v2/transaction/{transactionId }/file :
36
36
$ref : " ./p-transaction.yml#/paths/~1transaction~1{transactionId}~1file"
37
- /api/v2/tag/{tag_id } :
37
+ /api/v2/tag/{tagId } :
38
38
$ref : " ./p-transaction.yml#/paths/~1tag~1{tagId}"
39
39
/api/ping :
40
40
$ref : " ./p-ping.yml#/paths/~1ping"
You can’t perform that action at this time.
0 commit comments