We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3926a commit 052c4b5Copy full SHA for 052c4b5
1 file changed
specification/nhs-website-content-api.yaml
@@ -404,7 +404,6 @@ paths:
404
- $ref: "#/components/parameters/page"
405
- $ref: "#/components/parameters/category"
406
- $ref: "#/components/parameters/synonyms"
407
- - $ref: "#/components/parameters/childArticles"
408
- $ref: "#/components/parameters/status"
409
get:
410
summary: Get all pages in the Health A to Z
@@ -859,14 +858,6 @@ components:
859
858
schema:
860
type: boolean
861
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
870
status:
871
name: status
872
in: query
0 commit comments