Changelog for May 21, 2024
-
POST tasking/v1/tasksendpoint — when you invoke thecreateTaskoperation with a contract that is not yet valid or already expired, the endpoint responds with a 400 status code and error code equal toERR_OUT_OF_BOUND_CONTRACT. In particular, this error is returned in the following cases:-
When you try to create a task under a contract that is already expired.
-
When you try to create a task under a contract that will be expired by the end of the acquisition window.
-
When you try to create a task under a contract that is not yet valid by the start of the acquisition window.
-