You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* AB2D-5637 Enhance sandbox documentation based on connectathon feedback
* AB2D-5637 Enhance sandbox documentation based on connectathon feedback
* AB2D-5637 Enhance sandbox documentation based on connectathon feedback
Copy file name to clipboardexpand all lines: api/src/main/java/gov/cms/ab2d/api/controller/common/ApiText.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ public class ApiText {
10
10
publicstaticfinalStringBULK_RESPONSE = "Absolute URL of an endpoint for subsequent status requests (polling location)";
11
11
publicstaticfinalStringRUNNING_JOBIDS = "URLs of currently running jobs. To cancel one of those jobs, invoke the Status DELETE call.";
12
12
publicstaticfinalStringBULK_SINCE = "Beginning time of query. Returns all records \"since\" this time. At this time, it must be after " + SINCE_EARLIEST_DATE;
13
-
publicstaticfinalStringBULK_SINCE_DEFAULT = " If no value is provided, it will default to the last time a successful job was requested if it exists. This rule is NOT applied to sandbox contract matching Z0***.";
13
+
publicstaticfinalStringBULK_SINCE_DEFAULT = " If no value is provided, it will default to the last time a successful job was requested if it exists. The earliest accepted date is 2020-02-13T00:00:00.000-05:00";
14
14
publicstaticfinalStringBULK_RESPONSE_LONG = "Absolute URL of an endpoint for subsequent status requests (polling location)";
15
15
publicstaticfinalStringEXPORT_STARTED = "Export request has started";
16
16
publicstaticfinalStringMAX_JOBS = "Too many jobs are currently running. Either wait for currently running jobs to finish or cancel some/all of those jobs.";
0 commit comments