From 512ee41b71976da07cc03eed404ef1986ee6dd37 Mon Sep 17 00:00:00 2001 From: Graham Moore Date: Mon, 21 Aug 2023 13:32:29 +0200 Subject: [PATCH] added explicit clause about returning 503 when busy --- universal-data-api.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/universal-data-api.bs b/universal-data-api.bs index bb97439..4d02782 100644 --- a/universal-data-api.bs +++ b/universal-data-api.bs @@ -468,6 +468,8 @@ Example body: ``` +In some cases when a UDA instance receives a dataset update it may be too busy or overloaded to process the request. In these cases the server MAY return a 503 response code. The client SHOULD retry the request at a later time. + To send a full sync requires the use of the following headers used in a specific way. The headers are: ```