Skip to content

Commit

Permalink
update experimental routes
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-almeida-imtbl committed Feb 20, 2024
1 parent d429f47 commit d65af06
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@
}
}
},
"/v1/chains/{chain_name}/collections/{contract_address}/nfts/mint-requests": {
"/experimental/chains/{chain_name}/collections/{contract_address}/nfts/mint-requests": {
"post": {
"description": "Create a mint request to mint a set of NFTs for a given collection",
"security": [
Expand Down Expand Up @@ -1908,7 +1908,7 @@
},
"get": {
"description": "Retrieve the status of all mints for a given contract address",
"summary": "Mint NFTs",
"summary": "List mint requests",
"security": [
{
"ImmutableApiKey": [
Expand Down Expand Up @@ -1997,10 +1997,10 @@
}
}
},
"/v1/chains/{chain_name}/collections/{contract_address}/nfts/mint-requests/{reference_id}": {
"/experimental/chains/{chain_name}/collections/{contract_address}/nfts/mint-requests/{reference_id}": {
"get": {
"description": "Retrieve the status of a mint request identified by its reference_id",
"summary": "Mint NFTs",
"summary": "Get mint request by reference ID",
"security": [
{
"ImmutableApiKey": [
Expand Down

0 comments on commit d65af06

Please sign in to comment.