• Preparing search index...
  • The search index is not available
@booksakura/backlog-client-ts
  • @booksakura/backlog-client-ts
  • endpoints
  • postAttachmentFile

Function postAttachmentFile

  • postAttachmentFile(config, params, context?): Promise<BacklogResponse<AttachmentFile>>
  • Post Attachment File 添付ファイルの送信

    Posts an attachment file for issue or wiki. Returns id of the attachment file.

    The file will be deleted after it has been attached. If attachment fails, the file will be deleted an hour later.

    Parameters

    • config: contracts.BacklogConfig
    • params: PostAttachmentFileParams
    • Optionalcontext: BacklogApiContext

    Returns Promise<BacklogResponse<AttachmentFile>>

    • Defined in src/endpoints/BacklogSpaceApi.ts:134

Settings

Member Visibility
@booksakura/backlog-client-ts
  • Loading...

Generated using TypeDoc