Skip to content

Commit 5631df6

Browse files
authored
One more JSONPath change + addition to build script (#237)
Forgot to change one last file.
1 parent c2e8baa commit 5631df6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

aep/general/0144/aep.md.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ subresource instead.
157157

158158
{% tab oas %}
159159

160-
{% sample 'add_remove.oas.yaml', '$./publishers/{publisherId}/books/{bookId}:addAuthor.requestBody' %}
160+
{% sample 'add_remove.oas.yaml', '$.paths./publishers/{publisherId}/books/{bookId}:addAuthor.requestBody' %}
161161

162162
- A field for the value being added or removed **must** be included. It
163163
**should** be the singular name of the field.

scripts/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ cd "${SG_DIRECTORY}" || exit
1515
mkdir -p src/content/docs/tooling/linter/rules
1616
mkdir -p src/content/docs/tooling/website
1717
npm install
18-
npm run generate
18+
npm run generate
19+
npm run build

0 commit comments

Comments
 (0)