Asset
Module endpoints
GET /assets
GET /assets
GET
https://api.slyk.io/assets
Returns a paginated list of assets
.
The name
filter performs a SQL
query using the like
operator.
GET /assets/:code
GET /assets/:code
GET
https://api.slyk.io/assets/:code
Returns the asset
details of the given code
.
PATCH /assets/:code
PATCH /assets/:code
PATCH
https://api.slyk.io/assets/:code
Patch the asset
details of the given code
.
POST /assets
POST /assets
POST
https://api.slyk.io/assets
Creates a new asset
.
Last updated