...
Syntax |
Here the payload should be in JSON format. Following are the required attributes.
Payload format is as follows:
| |||||
---|---|---|---|---|---|---|
Example |
| |||||
Sample cURL Command |
| |||||
Response | If the artifact creation is successful, the server will return HTTP 200 code along with the “location” header pointing to the newly created artifact. If there is an issue creating a new artifact, it will return an appropriate error code. For example, the above example may return the following:
|
Create a new asset with an unbounded table
Syntax |
Here the payload should be in JSON format. Following are the required attributes.
Payload format is as follows:
| |||||
---|---|---|---|---|---|---|
Example |
| |||||
Sample cURL Command |
| |||||
Response | If the artifact creation is successful, the server will return HTTP 200 code along with the “location” header pointing to the newly created artifact. If there is an issue creating a new artifact, it will return an appropriate error code. For example, the above example may return the following:
|
Update an existing asset
Syntax |
Here the payload should be in JSON format. Following are the required attributes.
Payload format is as follows:
| |||||
---|---|---|---|---|---|---|
Example |
| |||||
Sample cURL Command |
| |||||
Response | If the artifact creation is successful, the server will return HTTP 201 code along with the “location” header pointing to the newly created artifact. If there is an issue creating the new artifact, it will return an appropriate error code. |
...