[Reference: The HTTP status code 204 (No Content) indicates that the server successfully processed the request but is not returning any content. In the context of a RESTCONF PATCH operation, this means that the query updated the logging severity level or created it if it was not present on the device. The 204 No Content response confirms that the request was successfully processed without errors. More details on RESTCONF status codes can be found in the RFC 8040., , ]
Submit