Do not miss any Visible API changes, ever again

Subscribe to the Visible API changelog to be up to date on recent changes.

RSS

about 22 hours ago

main
1
Compare

Public API support for portfolio files

Next change

Manage portfolio files, folders, and file tags through the public API. This release adds direct file uploads, file listing and updates, folder management, tagging, and temporary download URLs.

15 structure changes including:
15 Additions
Added 15
DELETE /file_tags/{id}
DELETE /portfolio_files/{id}
DELETE /portfolio_folders/{id}
GET /file_tags
GET /portfolio_files
GET /portfolio_files/{id}
GET /portfolio_files/{id}/download_url
GET /portfolio_folders
POST /file_tags
POST /portfolio_file_upload_requests
POST /portfolio_files
POST /portfolio_folders
PUT /file_tags/{id}
PUT /portfolio_files/{id}
PUT /portfolio_folders/{id}