Changelog for May 21, 2024

  • POST tasking/v1/tasks endpoint — when you invoke the createTask operation with a contract that is not yet valid or already expired, the endpoint responds with a 400 status code and error code equal to ERR_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.