From 9db1d823caba4a19d8bdc5339b325dbf36d795d0 Mon Sep 17 00:00:00 2001 From: ellenevans <35748459+ellenevans@users.noreply.github.com> Date: Wed, 14 Feb 2018 10:04:06 -0800 Subject: [PATCH] added endpoint --- flexible/cloud-tasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flexible/cloud-tasks/README.md b/flexible/cloud-tasks/README.md index 6e47e80f9aa..2dd7d18a6ba 100644 --- a/flexible/cloud-tasks/README.md +++ b/flexible/cloud-tasks/README.md @@ -68,11 +68,11 @@ curl -d "project=$PROJECT_ID" \ -d "location=$LOCATION_ID" \ -d "queue=$QUEUE_ID" \ -d "message=Hello World!" \ - --request POST https://.appspot.com/ + --request POST https://.appspot.com/create_task ``` This endpoint will create a Cloud Tasks to trigger the `/log_payload` endpoint, which will be visible the application's logs: ``` Received task with payload: Hello World! -``` \ No newline at end of file +```