API Reference

Update Category

Updates a category of catalog.

❗️

Take notice!

This request updates all values already set. Pay attention and don't have anything lost!

Request body example

{ "name": "Categoria Teste 2", "code": "12345-teste", "description": "Uma categoria de teste 2", "url": "categoria-teste2", "hexColor": "#ffffff", "imageUrl": "https://dev-lori.neomode.com.br/assets/img/logo_s.png", "iconUrl": "https://dev-lori.neomode.com.br/assets/img/logo_s.png", "children":[] }

Fields Description

FieldTypeDescription
nameStringThe category name
urlStringThe category address
imageUrlStringThe category image address
hexColorHexadecimalCategory defined color
codeStringCategory defined text color
childrenArray ObjectCategory's children
iconUrlStringCategory icon url
descriptionstringCategory description

📘

Result

A 204- No Content result means that the stock was successfully updated.

Path Params
string
required

Use "api" for production environment or "hlg-api" for homolog

string
required

Category ID (Guid)

Body Params
RAW_BODY
object
required

A category body

Responses

Language
Credentials
:
URL
Choose an example:
application/json