Hi,
We're currently testing the ProGet API endpoints. We are forced to use the 'Native API' due to the development of the new API.
Unfortunately we're unable to use some Native API endpoints due to some errors.
We've tested multiple options but it seems that we cannot get it to work ourselves.
URI: https://server/api/json/Users_CreateGroup
METHOD: POST
Type: Other
Body:
{
"Group_Name": "Test"
}
Result:
515 16 2 Users_CreateGroup 20 Cannot insert the value NULL into column 'Group_Name', table 'ProGet.dbo.Groups'; column does not allow nulls. INSERT fails.
However if we switch the type to: application/json
we get the following message.
Result:
Invalid value for "Group_Name": Object must implement IConvertible.
The same happens for the Create User endpoint.
Anyone has a solution for this issue?
Another question: Is there any ETA on the API development?