Hi,
I setup status and custom field api that is working fine for me .
I am trying to create zephyr cycle using zephyr cloud API, but i am getting below error.
$apiPath = "/public/rest/api/1.0/cycle";
{"name":"Test Orch","description":"Test Orch new","projectId":"10003","versionId":"10000"}
Unirest\Response Object
(
[code] => 400
[raw_body] => {"error":"API not found."}
[body] => stdClass Object
(
[error] => API not found.
)
[headers] => Array
(
[0] => HTTP/1.1 400 Bad Request
[Date] => Mon, 11 Jul 2022 13:33:59 GMT
[Content-Type] => application/json;charset=utf-8
[Content-Length] => 26
[Connection] => keep-alive
[Server] => Apache-Coyote/1.1
)
)