You are not logged in.
Hello everyone, I am using GLPI 10.0.16
How are custom fields created with the 'additional fields' plugin updated via API? What is the syntax?
Checking forums and answers, the syntax should be something like this:
http://{URL GLPI}/apirest.php/Ticket/{ID Ticket}/PluginFieldsContainer/16
Sending the next body using PUT:
{
"input" : {
"fields":{
"name": "nameField",
"value": "newValue"
}
}
}
¿Is this syntax correct or is it something else?
Offline