-
Couldn't load subscription status.
- Fork 71
Open
Labels
Description
For this endpoints:
- /api/v1/{{project}}/item
- /api/v1/{{project}}/item/{{suiteID}}
Response returns in form
{
"id": "8ff2f6ac-a796-4f74-8bb4-558cc6ada8b8",
"uniqueId": "auto:34d816ceeab86fd0310824b5fe2957b4"
}
While for /api/v1/{{project}}/launch it also return a number, like
{
"id": "4c81d485-1164-4e1e-aa4e-0cd1efb6a1a9",
"number": 3
}
which is quite useful to avoid unnecessary request to get actual number, can you add this to API?