Entitlements
파일 업로드
파일을 Digital Files 할당량에 업로드합니다. 파일은 저장소로 스트리밍되며 최대 크기는 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