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
… returns:
* `201 Created` for created resources
* `204 No Content` for replaced resources.
* See [RESTCONF: HTTP return codes are not according to RFC 8040](#56)
* HTTP `Location:` fields added in RESTCONF POST replies
Ref: https://tools.ietf.org/html/rfc8040#section-4
For instance, the PUT request might return "201 Created" or
"204 No Content". For now, it always returns "200 OK" if successful.
The text was updated successfully, but these errors were encountered: