From 9bc59cab1af9c548637cb7bb311472993df144b1 Mon Sep 17 00:00:00 2001 From: Damjan Dimitrov Date: Fri, 12 Apr 2024 14:20:59 +0200 Subject: [PATCH] Update CLI create-collection command docs --- build/6-apillon-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/6-apillon-cli.md b/build/6-apillon-cli.md index 80fe9977..fb26d978 100644 --- a/build/6-apillon-cli.md +++ b/build/6-apillon-cli.md @@ -603,7 +603,7 @@ apillon nfts get-collection --uuid "123e4567-e89b-12d3-a456-426655440000" #### `nfts create-collection` -Creates a new NFT collection. The JSON file needs to have the property structure as type `ICreateCollection`, which can be found in the [SDK docs](https://sdk-docs.apillon.io/interfaces/ICreateCollection.html). An example object can be also seen on the [NFT SDK docs](https://wiki.apillon.io/build/5-apillon-sdk.html#nfts). +Creates a new NFT collection. The JSON file needs to have the property structure as type [ICreateCollection](https://sdk-docs.apillon.io/interfaces/ICreateCollection.html) for EVM and [ICreateSubstrateCollection](https://sdk-docs.apillon.io/interfaces/ICreateSubstrateCollection.html) for Substrate collections. An example object can be also seen on the [NFT SDK docs](https://wiki.apillon.io/build/5-apillon-sdk.html#nfts). **Options**