From 19863e74d4047addeb76d1c4ecf3e5ba967b134e Mon Sep 17 00:00:00 2001 From: apidesigner Date: Wed, 15 Mar 2017 09:23:26 +0000 Subject: [PATCH] Updates execution/asynchronous-tasks.md Auto commit by GitBook Editor --- execution/asynchronous-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/asynchronous-tasks.md b/execution/asynchronous-tasks.md index 1ad6ae1..c97afc5 100644 --- a/execution/asynchronous-tasks.md +++ b/execution/asynchronous-tasks.md @@ -19,7 +19,7 @@ Retrieval of such a resource using the HTTP GET Request Method **SHOULD** be des Return **200 OK** and `application/problem+json` with the problem detail information on the task has failed. -## Design Notes +## Design Note The asynchronous operation task-tracking resource can be either **polled** by client or the client might initially provide a **callback** to be executed when the operation finishes.