Akeneo API client v0.1.1 AkeneoApi.Endpoint.V1.AssetTags View Source
Link to this section Summary
Functions
This endpoint allows you to get a list of asset tags. Asset tags are paginated.
This endpoint allows you to get the information about a given asset tag.
This endpoint allows you to update a given asset tag. Know more about Update behavior. Note that if no tag exists for the given code, it creates it.
Link to this section Functions
Link to this function
get_asset_tags() View Source
This endpoint allows you to get a list of asset tags. Asset tags are paginated.
Link to this function
get_asset_tags(opts) View Source
This endpoint allows you to get the information about a given asset tag.
Link to this function
patch_asset_tags(code, opts) View Source
This endpoint allows you to update a given asset tag. Know more about Update behavior. Note that if no tag exists for the given code, it creates it.