From 2cb424764898209994c31e6df879591b0512e9a0 Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Tue, 5 Nov 2024 13:25:00 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Richard Frankel --- aep/general/0133/aep.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aep/general/0133/aep.md.j2 b/aep/general/0133/aep.md.j2 index da377ef3..e60eaa2b 100644 --- a/aep/general/0133/aep.md.j2 +++ b/aep/general/0133/aep.md.j2 @@ -32,7 +32,7 @@ Create methods are specified using the following pattern: - The collection identifier (`books` in the above example) **must** be a literal string. - Some resources take longer to be created than is reasonable for a regular API - request. In this situation, the API should use a [long-running + request. In this situation, the API **should** use a [long-running operation](/long-running-operations). {% tab proto %}