Change to only need the one json file and changed AppSettings to not need a binder file Editorconfig for no new line before open braces Nuget package bumps Database lowest-version-history
47 lines
765 B
HTTP
47 lines
765 B
HTTP
@host = http://0.0.0.0:5001
|
|
|
|
GET {{host}}/api/v1/assets/columns/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/owner-ids/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/{{ownerId}}
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/{{ownerId}}/random-paths/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/{{ownerId}}/save-random-paths/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/{{ownerId}}/sync-immich/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/{{ownerId}}/set-archive-immich/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/{{ownerId}}/set-digi-kam-4-archive-immich/
|
|
Accept: application/json
|
|
|
|
###
|
|
|
|
GET {{host}}/api/v1/assets/{{ownerId}}/archived-tag/
|
|
Accept: application/json
|
|
|
|
###
|