Update Asset
Updates an asset with the provided asset details.
Authorization
http Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.
In: header
Path Parameters
Unique identifier of the asset to be updated
Request Body
application/json
Asset data to be updated
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://api.ethiack.com/v1/assets/0" \ -H "Content-Type: application/json" \ -d '{ "tier": null }'{
"code": 0,
"description": "string",
"id": null,
"success": true
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}List Assets GET
Retrieves a list of assets based on filter criteria.
List Audit Logs GET
Fetches a list of audit logs for the organization, with support for filtering and pagination. > **Note:** Only organization owners and admins can access this endpoint. > Organization ID is auto-detected if user belongs to only one organization.