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 +```