Skip to content

Commit 052c4b5

Browse files
authored
Removed references to query param ‘childArticles’ (#139)
1 parent bd3926a commit 052c4b5

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

specification/nhs-website-content-api.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ paths:
404404
- $ref: "#/components/parameters/page"
405405
- $ref: "#/components/parameters/category"
406406
- $ref: "#/components/parameters/synonyms"
407-
- $ref: "#/components/parameters/childArticles"
408407
- $ref: "#/components/parameters/status"
409408
get:
410409
summary: Get all pages in the Health A to Z
@@ -859,14 +858,6 @@ components:
859858
schema:
860859
type: boolean
861860
example: true
862-
childArticles:
863-
name: childArticles
864-
in: query
865-
description: Include child pages of a topic within results under property subjectOf.
866-
required: false
867-
schema:
868-
type: boolean
869-
example: true
870861
status:
871862
name: status
872863
in: query

0 commit comments

Comments
 (0)