Parametry - Wartości
Tworzy nową wartość dla konkretnego parametru głównego (quality_id)
post/qualitiesproperties
Request body
Example request
{
"name": {
"1": "English Text",
"2": "Polski tekst"
}
}Response
Utworzono wartość parametru
Example response
{
"id": 142,
"quality_id": 18,
"name": {
"1": "English Text",
"2": "Polski tekst"
},
"order": 5
}Changes
No recorded changes to this endpoint across all 1 revision of this API.