This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: rename instances of ImmutableX
ImmutableX is the accepted form of referring to the platform moving forward.
- Loading branch information
1 parent
3acb01d
commit 35688b6
Showing
13 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
], | ||
"swagger": "2.0", | ||
"info": { | ||
"title": "Immutable X API", | ||
"title": "ImmutableX API", | ||
"contact": { | ||
"name": "Immutable API Support", | ||
"email": "[email protected]" | ||
|
@@ -2758,7 +2758,7 @@ | |
} | ||
}, | ||
"id": { | ||
"description": "[DEPRECATED] Internal Immutable X Token ID", | ||
"description": "[DEPRECATED] Internal ImmutableX Token ID", | ||
"type": "string" | ||
}, | ||
"image_url": { | ||
|
@@ -2798,7 +2798,7 @@ | |
"x-nullable": true | ||
}, | ||
"uri": { | ||
"description": "URI to access this asset externally to Immutable X", | ||
"description": "URI to access this asset externally to ImmutableX", | ||
"type": "string", | ||
"x-nullable": true | ||
}, | ||
|
@@ -2864,7 +2864,7 @@ | |
} | ||
}, | ||
"id": { | ||
"description": "[DEPRECATED] Internal Immutable X Token ID", | ||
"description": "[DEPRECATED] Internal ImmutableX Token ID", | ||
"type": "string" | ||
}, | ||
"image_url": { | ||
|
@@ -2904,7 +2904,7 @@ | |
"x-nullable": true | ||
}, | ||
"uri": { | ||
"description": "URI to access this asset externally to Immutable X", | ||
"description": "URI to access this asset externally to ImmutableX", | ||
"type": "string", | ||
"x-nullable": true | ||
}, | ||
|
@@ -3333,7 +3333,7 @@ | |
"type": "string" | ||
}, | ||
"trade_id": { | ||
"description": "ID of trade within Immutable X", | ||
"description": "ID of trade within ImmutableX", | ||
"type": "integer" | ||
} | ||
} | ||
|
@@ -3522,7 +3522,7 @@ | |
], | ||
"properties": { | ||
"status": { | ||
"description": "Status of this deposit in Immutable X", | ||
"description": "Status of this deposit in ImmutableX", | ||
"type": "string" | ||
}, | ||
"timestamp": { | ||
|
@@ -3534,7 +3534,7 @@ | |
"$ref": "#/definitions/Token" | ||
}, | ||
"transaction_id": { | ||
"description": "Sequential ID of this transaction within Immutable X", | ||
"description": "Sequential ID of this transaction within ImmutableX", | ||
"type": "integer" | ||
}, | ||
"user": { | ||
|
@@ -4571,7 +4571,7 @@ | |
"$ref": "#/definitions/Token" | ||
}, | ||
"transaction_id": { | ||
"description": "Sequential ID of transaction in Immutable X", | ||
"description": "Sequential ID of transaction in ImmutableX", | ||
"type": "integer" | ||
}, | ||
"user": { | ||
|
@@ -5072,7 +5072,7 @@ | |
"type": "integer" | ||
}, | ||
"id": { | ||
"description": "[DEPRECATED] Internal Immutable X Token ID", | ||
"description": "[DEPRECATED] Internal ImmutableX Token ID", | ||
"type": "string" | ||
}, | ||
"properties": { | ||
|
@@ -5162,7 +5162,7 @@ | |
"x-nullable": true | ||
}, | ||
"transaction_id": { | ||
"description": "Sequential ID of this trade within Immutable X", | ||
"description": "Sequential ID of this trade within ImmutableX", | ||
"type": "integer" | ||
} | ||
} | ||
|