Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.99 KB

File metadata and controls

61 lines (38 loc) · 1.99 KB

{{classname}}

All URIs are relative to /api

Method HTTP request Description
CreateAttachment Post /attachments Create a new attachment on a log
GetAttachment Get /attachments/{attachmentId} Get one specific attachment

CreateAttachment

ArrayOfAttachmentsResponse CreateAttachment(ctx, body) Create a new attachment on a log

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
body CreateAttachments

Return type

ArrayOfAttachmentsResponse

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetAttachment

ArrayOfAttachmentsResponse GetAttachment(ctx, attachmentId) Get one specific attachment

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
attachmentId int64 The id of the attached to retrieve

Return type

ArrayOfAttachmentsResponse

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]