From 505b2e1655cd1f3928874100ad5408df56c7208e Mon Sep 17 00:00:00 2001 From: Alex Stephen <1325798+rambleraptor@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:56:13 -0800 Subject: [PATCH] fix: sample path (#243) --- aep/general/0144/aep.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aep/general/0144/aep.md.j2 b/aep/general/0144/aep.md.j2 index 01c0361a..a35ecdca 100644 --- a/aep/general/0144/aep.md.j2 +++ b/aep/general/0144/aep.md.j2 @@ -157,7 +157,7 @@ subresource instead. {% tab oas %} -{% sample 'add_remove.oas.yaml', '$.paths./publishers/{publisherId}/books/{bookId}:addAuthor.requestBody' %} +{% sample 'add_remove.oas.yaml', '$.paths./publishers/{publisherId}/books/{bookId}:addAuthor.post.requestBody' %} - A field for the value being added or removed **must** be included. It **should** be the singular name of the field.