- GET request to https://your-repo-name.cdn.prismic.io/api/v2?access_token={access_token}
- Replace your-repo-name with my repo name
- access_token replaced with one with access to master+refs
The response doesn't include property scheduledAt for releases. Is this expected? The documentation (Repository API Technical Reference - Documentation - Prismic) says it should return this.
Thank you in advance
I think I found a solution myself, but it seems like a bug.
If I remove cdn from the api url, the response includes scheduledAt for each release.
So instead of
https://your-repo-name.cdn.prismic.io/api/v2?access_token={access_token}
i request this
https://your-repo-name.prismic.io/api/v2?access_token={access_token}
Is this intended?
renaud
(Renaud Bressand)
3
Hey @tobias_prismic ,
Thank you very much for your investigative effort and for reporting the issue. We have raised the issue to the appropriate team for further action.
Cheers,
Renaud