Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 914 Bytes

client-log.md

File metadata and controls

44 lines (28 loc) · 914 Bytes

Client Log

client_log_controller = client.client_log

Class Name

ClientLogController

Log File

Upload a document.

def log_file(self,
            body=None)

Parameters

Parameter Type Tags Description
body typing.BinaryIO Form, Optional -

Response Type

ClientLogDocumentResponseDto

Example Usage

result = client_log_controller.log_file()

Errors

HTTP Status Code Error Description Exception Class
401 Unauthorized APIException
403 Event logging disabled. ProblemDetailsException
413 Upload size too large. ProblemDetailsException