From 3eb094a8a91d6bf806980fa62faa26c056d93932 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 21 Feb 2024 23:59:57 +0900 Subject: [PATCH] docs(rest-api): memtion to which content excludes from the response --- docs/rest-api/paths/v1/sitemaps.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/rest-api/paths/v1/sitemaps.yml b/docs/rest-api/paths/v1/sitemaps.yml index 859e07b4..36976b24 100644 --- a/docs/rest-api/paths/v1/sitemaps.yml +++ b/docs/rest-api/paths/v1/sitemaps.yml @@ -1,5 +1,8 @@ get: - summary: Get an articles url & updated date for sitemaps.xml + summary: + Get an articles url & updated date for sitemaps.xml + description: | + NOTE: When `noindex` is included in the `robotsAttributes` of the content, that content will be excluded from the results of the response. tags: - sitemaps responses: