Alfresco / rest-api-explorer

Public REST API Explorer
Apache License 2.0
36 stars 25 forks source link

Adds request-direct-access-url file name option #197

Open canpan14 opened 1 year ago

canpan14 commented 1 year ago

In support of this pull request https://github.com/Alfresco/alfresco-community-repo/pull/2065

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

tpage-alfresco commented 1 year ago

Argh - sorry. I thought this had already been approved. I merged the main PR earlier today. Shall I revert the main PR back to a branch, or is everyone happy to update the response in a second PR?

jamalkm commented 1 year ago

Argh - sorry. I thought this had already been approved. I merged the main PR earlier today. Shall I revert the main PR back to a branch, or is everyone happy to update the response in a second PR?

I'm in favour of a second PR.

canpan14 commented 1 year ago

Second PR to add file name to the response object https://github.com/Alfresco/alfresco-community-repo/pull/2081

canpan14 commented 1 year ago

@jamalkm I added fileName to the response object in the api specs and noticed that expiryTime was improperly listed in the response object as 'expiresAt` so I fixed that as well.