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
root@router:~# /usr/bin/curl --request POST "http://****/api/v1/person/<nick>"
{"status": "ok"}
Not a big deal since the POST API is functional, but unless I'm missing something, it would be nice to fix this, as API documentation advertises this as "the way" to add users to list.
The text was updated successfully, but these errors were encountered:
Adding a person via PUT API fails with error 411:
While doing the same via POST API works:
Not a big deal since the POST API is functional, but unless I'm missing something, it would be nice to fix this, as API documentation advertises this as "the way" to add users to list.
The text was updated successfully, but these errors were encountered: