Skip to content

Commit 87df183

Browse files
committed
Correct accept values
1 parent d94908f commit 87df183

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/ATProtoKit/APIReference/ComAtprotoAPI/ComAtprotoSyncGetLatestCommitMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extension ATProtoKit {
4848
let request = apiClientService.createRequest(
4949
forRequest: queryURL,
5050
andMethod: .get,
51-
acceptValue: "application/vnd.ipld.car",
51+
acceptValue: "application/json",
5252
contentTypeValue: nil,
5353
authorizationValue: nil
5454
)

Sources/ATProtoKit/APIReference/ComAtprotoAPI/ComAtprotoSyncListBlobsMethod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extension ATProtoKit {
7272
let request = apiClientService.createRequest(
7373
forRequest: queryURL,
7474
andMethod: .get,
75-
acceptValue: "application/vnd.ipld.car",
75+
acceptValue: "application/json",
7676
contentTypeValue: nil,
7777
authorizationValue: nil
7878
)

0 commit comments

Comments
 (0)