Skip to content

Commit

Permalink
Deploying to gh-pages from @ 25cecb6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed Jun 6, 2024
1 parent 79d50b2 commit 39f512d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"paths": {
"/integrations/evm-airdrop-svc/airdrops": {
"/airdrops": {
"post": {
"tags": [
"Airdrop"
Expand Down Expand Up @@ -75,7 +75,7 @@
}
}
},
"/integrations/evm-airdrop-svc/airdrops/{nullifier}": {
"/airdrops/{nullifier}": {
"get": {
"tags": [
"Airdrop"
Expand Down Expand Up @@ -135,7 +135,7 @@
}
}
},
"/integrations/evm-airdrop-svc/airdrops/params": {
"/airdrops/params": {
"get": {
"tags": [
"Airdrop"
Expand Down Expand Up @@ -164,7 +164,7 @@
}
}
},
"/integrations/evm-airdrop-svc/transfer": {
"/transfer": {
"post": {
"tags": [
"Transfer"
Expand Down Expand Up @@ -268,7 +268,7 @@
}
}
},
"/integrations/evm-airdrop-svc/transfer/permit-hash": {
"/transfer/permit-hash": {
"post": {
"tags": [
"Transfer"
Expand Down
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ servers:
- url: 'https://api.stage.rarime.com'
description: TokenD Developer Environment
paths:
/integrations/evm-airdrop-svc/airdrops:
/airdrops:
post:
tags:
- Airdrop
Expand Down Expand Up @@ -46,7 +46,7 @@ paths:
$ref: '#/components/schemas/Errors'
'500':
$ref: '#/components/responses/internalError'
'/integrations/evm-airdrop-svc/airdrops/{nullifier}':
'/airdrops/{nullifier}':
get:
tags:
- Airdrop
Expand Down Expand Up @@ -84,7 +84,7 @@ paths:
$ref: '#/components/schemas/Errors'
'500':
$ref: '#/components/responses/internalError'
/integrations/evm-airdrop-svc/airdrops/params:
/airdrops/params:
get:
tags:
- Airdrop
Expand All @@ -102,7 +102,7 @@ paths:
properties:
data:
$ref: '#/components/schemas/AirdropParams'
/integrations/evm-airdrop-svc/transfer:
/transfer:
post:
tags:
- Transfer
Expand Down Expand Up @@ -171,7 +171,7 @@ paths:
$ref: '#/components/responses/invalidParameter'
'500':
$ref: '#/components/responses/internalError'
/integrations/evm-airdrop-svc/transfer/permit-hash:
/transfer/permit-hash:
post:
tags:
- Transfer
Expand Down

0 comments on commit 39f512d

Please sign in to comment.