Entitlements
ファイルのアップロード
ファイルをデジタルファイルの権利にアップロードします。ファイルはストレージにストリームされ、最大サイズは500 MiBです。返されたファイルIDは、権利のdigital_file_idsリストに追加されます。
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
Entitlement Id
レスポンス
File attached to entitlement
Identifier of the attached file. Pass it to
DELETE /entitlements/{id}/files/{file_id} to detach the file later.
Last modified on May 28, 2026
JavaScript