- add order and direction parameters to listResources and getResourceUpdates (#105)latest4Docsa3a593d2026-09-27 01:04
Change detail
f745f4647c55 → d228f55cfb24 · 4 changes across 2 operations
- GET/index.php?action=getResourceUpdates
- ○
added the new optional
queryrequest parameterdirectionto all path's operations - ○
added the new optional
queryrequest parameterorderto all path's operations
- ○
- GET/index.php?action=listResources
- ○
added the new optional
queryrequest parameterdirectionto all path's operations - ○
added the new optional
queryrequest parameterorderto all path's operations
- ○
Change detail
c82ca180c6da → 8efbe0abdbf5 · 2 changes across 2 operations
- GET/index.php?action=getResourceUpdate
- ○
added the optional property
to the response with the status
- ○
- GET/index.php?action=getResourceUpdates
- ○
added the optional property
/to the response with the status
- ○
Change detail
186d66ff7796 → c82ca180c6da · 6 changes across 3 operations
- GET/index.php?action=getResource
- ○
added the optional property
to the response with the status - ○
added the optional property
to the response with the status
- ○
- GET/index.php?action=getResourcesByAuthor
- ○
added the optional property
/to the response with the status - ○
added the optional property
/to the response with the status
- ○
- GET/index.php?action=listResources
- ○
added the optional property
/to the response with the status - ○
added the optional property
/to the response with the status
- ○
Change detail
929e28a65000 → 186d66ff7796 · 3 changes across 3 operations
- GET/index.php?action=getResource
- ▲
the response property
became nullable for the status
- ▲
- GET/index.php?action=getResourcesByAuthor
- ▲
the response property
/became nullable for the status
- ▲
- GET/index.php?action=listResources
- ▲
the response property
/became nullable for the status
- ▲
- remove PaginationInfo, PageableResources and ArrayOf... schemas from components in openapi.yaml and return simply arrays instead (#77)366Docs8431c222025-09-29 20:16
Change detail
cf9cd10b10e9 → 245b273aef99 · 15 changes across 3 operations and 1 section
- GET/index.php?action=getResourceUpdates
- ▲
the response's body type changed from
objecttoarrayfor status - ●
removed the optional property
from the response with the status - ●
removed the optional property
from the response with the status
- ▲
- GET/index.php?action=getResourcesByAuthor
- ▲
the response's body type changed from
objecttoarrayfor status - ●
removed the optional property
from the response with the status - ●
removed the optional property
from the response with the status
- ▲
- GET/index.php?action=listResources
- ▲
the response's body type changed from
objecttoarrayfor status - ●
removed the optional property
from the response with the status - ●
removed the optional property
from the response with the status
- ▲
- components
- ○
removed the schema
- ○
removed the schema
- ○
removed the schema
- ○
removed the schema
- ○
removed the schema
- ○
removed the schema
- ○
- Add `first_release` and `last_update` properties to resource object (#84)6Docs5cedc852025-07-25 23:37
Revisions go back to the API's first capture.