Balog Tamás
07/10/2024, 12:25 PMGET https://<mockapi>.wiremockapi.cloud/__admin/files
Authorization: Token <token>
If I add a file, delete it, then call the GET .../__admin/files
endpoint, it returns an empty array [ ]
correctly.
The Error 500 seems suspicious, and I guess the endpoint should return an empty array even before any file is stored in the API. What do you think?Rafe Arnold
07/10/2024, 12:39 PMRafe Arnold
07/10/2024, 12:40 PMBalog Tamás
07/10/2024, 12:46 PMRafe Arnold
07/10/2024, 12:47 PMBalog Tamás
07/10/2024, 12:48 PMRafe Arnold
07/10/2024, 12:49 PMRob Elliot
07/10/2024, 2:30 PM/__admin/files
are transient, not persistent. No promises about how long they will last for.Balog Tamás
07/10/2024, 2:33 PMRob Elliot
07/10/2024, 2:41 PM