From e7dd22e221f220754383bfa44010d0ccfbfbd58e Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Thu, 13 Oct 2022 22:05:22 +0200 Subject: [PATCH] Fix docs, batch endpoint does not require auth (#3053) --- CHANGELOG.rst | 4 +++- docs/api/1.x/batch.rst | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f4ba45cf5..97d76656b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,9 @@ This document describes changes between each past release. 14.8.1 (unreleased) ------------------- -- Nothing changed yet. +**Documentation** + +- Fix ``/batch`` endpoint documentation about required authentication. 14.8.0 (2022-10-06) diff --git a/docs/api/1.x/batch.rst b/docs/api/1.x/batch.rst index 44ab4563d..26cfd5de4 100644 --- a/docs/api/1.x/batch.rst +++ b/docs/api/1.x/batch.rst @@ -7,8 +7,6 @@ Batch operations POST /batch =========== -**Requires authentication** - The POST body is a mapping, with the following attributes: - ``requests``: the list of requests