From 26d052bb08d8af85fbf6936496241f45a5073a6d Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 11 Sep 2024 18:26:01 +0000 Subject: [PATCH] accept header clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2611e055..de80cd48 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The file should contain data in the following order: - A property in the response is only marked as required if it is always returned, regardless of the parameters sent with the request. - Although Plex.tv API uses the `X-Plex-Token` as a query parameter, this specification will always define this as a header parameter where supported since this follows industry security standards. -- Though Plex does default return `XML` unless the `accept` header is set to `application/json`, this specification will not include the `accept` header in the endpoints. Generally the accept value should come from the specified responses content type. +- Though Plex does default return `XML` unless the `accept` header is set to `application/json`, this specification will not include the `accept` header in the endpoints. Assume it should always be included in the request. ## Questions?