Parametry - Wartości
Aktualizuje dane (nazwę i/lub kolejność) wartości parametru po ID
put/qualitiesproperties/{id}
Path parameters
idinteger required
Request body
Example request
{
"name": {
"1": "English Text",
"2": "Polski tekst"
}
}Response
Zaktualizowano pomyślnie
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.