Skip to content

Commit 562b372

Browse files
authored
Ab2 d 5637/change text (#1284)
* 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
1 parent 61633fa commit 562b372

File tree

1 file changed

+1
-1
lines changed
  • api/src/main/java/gov/cms/ab2d/api/controller/common

1 file changed

+1
-1
lines changed

api/src/main/java/gov/cms/ab2d/api/controller/common/ApiText.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class ApiText {
1010
public static final String BULK_RESPONSE = "Absolute URL of an endpoint for subsequent status requests (polling location)";
1111
public static final String RUNNING_JOBIDS = "URLs of currently running jobs. To cancel one of those jobs, invoke the Status DELETE call.";
1212
public static final String BULK_SINCE = "Beginning time of query. Returns all records \"since\" this time. At this time, it must be after " + SINCE_EARLIEST_DATE;
13-
public static final String BULK_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+
public static final String BULK_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";
1414
public static final String BULK_RESPONSE_LONG = "Absolute URL of an endpoint for subsequent status requests (polling location)";
1515
public static final String EXPORT_STARTED = "Export request has started";
1616
public static final String MAX_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

Comments
 (0)