You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a post request to create an entity, but only the native fields are defined, the additional fields are blank, to create tickets I do the same and it works perfectly.
Code of Conduct
Is there an existing issue for this?
GLPI Version
10.0.16
Plugin version
1.21.15
Bug description
I'm making a post request to create an entity, but only the native fields are defined, the additional fields are blank, to create tickets I do the same and it works perfectly.
Example:
URI: .../apirest.php/Entity
Request Type: POST
{
"input":{
"name": "test",
"testonefield": "test value",
"entities_id": 0,
"level":2
}
}
In this example, the test entity is created, but the testonefield field is blank.
Relevant log output
No response
Page URL
No response
Steps To reproduce
No response
Your GLPI setup information
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: