All checks were successful
CI / Check / Test (push) Successful in 17m46s
1911 lines
58 KiB
JSON
1911 lines
58 KiB
JSON
{
|
|
"__export_format": 4,
|
|
"__export_date": "2026-06-08T00:00:00.000Z",
|
|
"__export_source": "insomnia.desktop.app:v2023.5.8",
|
|
"resources": [
|
|
{
|
|
"_id": "wrk_movies_diary",
|
|
"_type": "workspace",
|
|
"parentId": null,
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Movies Diary",
|
|
"description": "",
|
|
"scope": "collection"
|
|
},
|
|
{
|
|
"_id": "env_base",
|
|
"_type": "environment",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Base Environment",
|
|
"data": {
|
|
"base_url": "http://localhost:3000",
|
|
"token": "your_token_here"
|
|
},
|
|
"dataPropertyOrder": null,
|
|
"color": null,
|
|
"isPrivate": false,
|
|
"metaSortKey": 1749340800000
|
|
},
|
|
|
|
{
|
|
"_id": "fld_auth",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Auth",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -1
|
|
},
|
|
{
|
|
"_id": "req_login",
|
|
"_type": "request",
|
|
"parentId": "fld_auth",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Login",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/auth/login",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"username\": \"user\",\n \"password\": \"pass\"\n}"
|
|
},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_register",
|
|
"_type": "request",
|
|
"parentId": "fld_auth",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Register",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/auth/register",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"username\": \"user\",\n \"password\": \"pass\",\n \"email\": \"user@example.com\"\n}"
|
|
},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_diary",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Diary",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -2
|
|
},
|
|
{
|
|
"_id": "req_diary_list",
|
|
"_type": "request",
|
|
"parentId": "fld_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "List Diary Entries",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/diary",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [
|
|
{ "name": "limit", "value": "20", "disabled": false },
|
|
{ "name": "offset", "value": "0", "disabled": false },
|
|
{ "name": "sort", "value": "", "disabled": true },
|
|
{ "name": "year", "value": "", "disabled": true },
|
|
{ "name": "month", "value": "", "disabled": true }
|
|
],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_diary_export",
|
|
"_type": "request",
|
|
"parentId": "fld_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Export Diary",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/diary/export",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [{ "name": "format", "value": "csv", "disabled": false }],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_movies",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Movies",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -3
|
|
},
|
|
{
|
|
"_id": "req_movies_list",
|
|
"_type": "request",
|
|
"parentId": "fld_movies",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "List Movies",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/movies",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [
|
|
{ "name": "limit", "value": "20", "disabled": false },
|
|
{ "name": "offset", "value": "0", "disabled": false },
|
|
{ "name": "search", "value": "", "disabled": true },
|
|
{ "name": "genre", "value": "", "disabled": true },
|
|
{ "name": "language", "value": "", "disabled": true }
|
|
],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_movies_get",
|
|
"_type": "request",
|
|
"parentId": "fld_movies",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Movie",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/movies/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_movies_profile",
|
|
"_type": "request",
|
|
"parentId": "fld_movies",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Movie Profile/Stats",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/movies/:id/profile",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_movies_history",
|
|
"_type": "request",
|
|
"parentId": "fld_movies",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Movie Review History",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/movies/:id/history",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_movies_sync_poster",
|
|
"_type": "request",
|
|
"parentId": "fld_movies",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Sync Movie Poster",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/movies/:id/sync-poster",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -5,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_reviews",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Reviews",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -4
|
|
},
|
|
{
|
|
"_id": "req_reviews_create",
|
|
"_type": "request",
|
|
"parentId": "fld_reviews",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Create Review",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/reviews",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"movie_id\": \"uuid\",\n \"rating\": 8,\n \"review\": \"Great movie!\"\n}"
|
|
},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_reviews_delete",
|
|
"_type": "request",
|
|
"parentId": "fld_reviews",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Delete Review",
|
|
"method": "DELETE",
|
|
"url": "{{ base_url }}/api/v1/reviews/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_people",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "People",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -5
|
|
},
|
|
{
|
|
"_id": "req_people_get",
|
|
"_type": "request",
|
|
"parentId": "fld_people",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Person",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/people/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_people_credits",
|
|
"_type": "request",
|
|
"parentId": "fld_people",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Person Credits",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/people/:id/credits",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_search",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Search",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -6
|
|
},
|
|
{
|
|
"_id": "req_search",
|
|
"_type": "request",
|
|
"parentId": "fld_search",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Search",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/search",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [
|
|
{ "name": "q", "value": "", "disabled": false },
|
|
{ "name": "limit", "value": "20", "disabled": false },
|
|
{ "name": "offset", "value": "0", "disabled": false }
|
|
],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_profile",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Profile",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -7
|
|
},
|
|
{
|
|
"_id": "req_profile_get",
|
|
"_type": "request",
|
|
"parentId": "fld_profile",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Profile",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/profile",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_profile_update",
|
|
"_type": "request",
|
|
"parentId": "fld_profile",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Update Profile",
|
|
"method": "PUT",
|
|
"url": "{{ base_url }}/api/v1/profile",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"bio\": \"\",\n \"display_name\": \"\"\n}"
|
|
},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_profile_fields",
|
|
"_type": "request",
|
|
"parentId": "fld_profile",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Update Profile Fields",
|
|
"method": "PUT",
|
|
"url": "{{ base_url }}/api/v1/profile/fields",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{}"
|
|
},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_users",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Users",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -8
|
|
},
|
|
{
|
|
"_id": "req_users_list",
|
|
"_type": "request",
|
|
"parentId": "fld_users",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "List Users",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/users",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_users_get",
|
|
"_type": "request",
|
|
"parentId": "fld_users",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get User",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/users/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_users_following",
|
|
"_type": "request",
|
|
"parentId": "fld_users",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get User Following",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/users/:id/following",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_users_followers",
|
|
"_type": "request",
|
|
"parentId": "fld_users",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get User Followers",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/users/:id/followers",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_activity",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Activity Feed",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -9
|
|
},
|
|
{
|
|
"_id": "req_activity_feed",
|
|
"_type": "request",
|
|
"parentId": "fld_activity",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Activity Feed",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/activity-feed",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [
|
|
{ "name": "limit", "value": "20", "disabled": false },
|
|
{ "name": "offset", "value": "0", "disabled": false }
|
|
],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_watchlist",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Watchlist",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -10
|
|
},
|
|
{
|
|
"_id": "req_watchlist_list",
|
|
"_type": "request",
|
|
"parentId": "fld_watchlist",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Watchlist",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/watchlist",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [
|
|
{ "name": "limit", "value": "20", "disabled": false },
|
|
{ "name": "offset", "value": "0", "disabled": false }
|
|
],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_watchlist_add",
|
|
"_type": "request",
|
|
"parentId": "fld_watchlist",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Add to Watchlist",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/watchlist",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"movie_id\": \"uuid\"\n}"
|
|
},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_watchlist_check",
|
|
"_type": "request",
|
|
"parentId": "fld_watchlist",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Check Watchlist Status",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/watchlist/:movie_id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_watchlist_remove",
|
|
"_type": "request",
|
|
"parentId": "fld_watchlist",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Remove from Watchlist",
|
|
"method": "DELETE",
|
|
"url": "{{ base_url }}/api/v1/watchlist/:movie_id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_import",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Import",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -11
|
|
},
|
|
{
|
|
"_id": "req_import_profiles_list",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "List Import Profiles",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/import/profiles",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_import_profiles_create",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Create Import Profile",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/import/profiles",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": { "mimeType": "application/json", "text": "{}" },
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_import_profiles_delete",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Delete Import Profile",
|
|
"method": "DELETE",
|
|
"url": "{{ base_url }}/api/v1/import/profiles/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_import_sessions_create",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Create Import Session (upload file)",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/import/sessions",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "multipart/form-data",
|
|
"params": [{ "name": "file", "value": "", "type": "file", "disabled": false }]
|
|
},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_import_sessions_get",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Import Session",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/import/sessions/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -5,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_import_sessions_mapping",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Update Import Mapping",
|
|
"method": "PUT",
|
|
"url": "{{ base_url }}/api/v1/import/sessions/:id/mapping",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": { "mimeType": "application/json", "text": "{}" },
|
|
"metaSortKey": -6,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_import_sessions_preview",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Preview Import",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/import/sessions/:id/preview",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -7,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_import_sessions_confirm",
|
|
"_type": "request",
|
|
"parentId": "fld_import",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Confirm Import",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/import/sessions/:id/confirm",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -8,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_webhooks",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Webhooks & Watch Queue",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -12
|
|
},
|
|
{
|
|
"_id": "req_webhook_jellyfin",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Jellyfin Webhook",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/webhooks/jellyfin",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": { "mimeType": "application/json", "text": "{}" },
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_webhook_plex",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Plex Webhook",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/webhooks/plex",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": { "mimeType": "application/json", "text": "{}" },
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_webhook_tokens_list",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "List Webhook Tokens",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/settings/webhook-tokens",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_webhook_tokens_create",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Create Webhook Token",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/settings/webhook-tokens",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": { "mimeType": "application/json", "text": "{}" },
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_webhook_tokens_delete",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Delete Webhook Token",
|
|
"method": "DELETE",
|
|
"url": "{{ base_url }}/api/v1/settings/webhook-tokens/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -5,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_watch_queue_list",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Watch Queue",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/watch-queue",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -6,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_watch_queue_confirm",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Confirm Watch Event",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/watch-queue/confirm",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"event_ids\": [\"uuid\"]\n}"
|
|
},
|
|
"metaSortKey": -7,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_watch_queue_dismiss",
|
|
"_type": "request",
|
|
"parentId": "fld_webhooks",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Dismiss Watch Event",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/watch-queue/dismiss",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"event_ids\": [\"uuid\"]\n}"
|
|
},
|
|
"metaSortKey": -8,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_wrapups",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Wrapups",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -13
|
|
},
|
|
{
|
|
"_id": "req_wrapups_list",
|
|
"_type": "request",
|
|
"parentId": "fld_wrapups",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "List Wrapups",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/wrapups",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_wrapups_generate",
|
|
"_type": "request",
|
|
"parentId": "fld_wrapups",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Generate Wrapup",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/wrapups/generate",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"year\": 2025\n}"
|
|
},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_wrapups_get",
|
|
"_type": "request",
|
|
"parentId": "fld_wrapups",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Wrapup Status",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/wrapups/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_wrapups_delete",
|
|
"_type": "request",
|
|
"parentId": "fld_wrapups",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Delete Wrapup",
|
|
"method": "DELETE",
|
|
"url": "{{ base_url }}/api/v1/wrapups/:id",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_wrapups_report",
|
|
"_type": "request",
|
|
"parentId": "fld_wrapups",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Wrapup Report",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/wrapups/:id/report",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -5,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_wrapups_video",
|
|
"_type": "request",
|
|
"parentId": "fld_wrapups",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Wrapup Video",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/wrapups/:id/video",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -6,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_admin",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Admin",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -14
|
|
},
|
|
{
|
|
"_id": "req_admin_reindex",
|
|
"_type": "request",
|
|
"parentId": "fld_admin",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Reindex Search",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/admin/reindex-search",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_admin_blocked_domains_list",
|
|
"_type": "request",
|
|
"parentId": "fld_admin",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "List Blocked Domains",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/admin/blocked-domains",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_admin_blocked_domains_add",
|
|
"_type": "request",
|
|
"parentId": "fld_admin",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Block Domain",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/admin/blocked-domains",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"domain\": \"example.social\"\n}"
|
|
},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_admin_blocked_domains_remove",
|
|
"_type": "request",
|
|
"parentId": "fld_admin",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Remove Blocked Domain",
|
|
"method": "DELETE",
|
|
"url": "{{ base_url }}/api/v1/admin/blocked-domains/:domain",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_activitypub",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "ActivityPub",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -14.5
|
|
},
|
|
{
|
|
"_id": "req_ap_actor",
|
|
"_type": "request",
|
|
"parentId": "fld_activitypub",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Actor",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/users/:username",
|
|
"description": "Returns actor profile with inbox/outbox URLs",
|
|
"headers": [{ "name": "Accept", "value": "application/activity+json" }],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_ap_outbox",
|
|
"_type": "request",
|
|
"parentId": "fld_activitypub",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Outbox",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/users/:username/outbox",
|
|
"description": "Paginated OrderedCollection of activities",
|
|
"headers": [{ "name": "Accept", "value": "application/activity+json" }],
|
|
"parameters": [
|
|
{ "name": "page", "value": "true", "disabled": true }
|
|
],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_ap_inbox",
|
|
"_type": "request",
|
|
"parentId": "fld_activitypub",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Inbox",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/users/:username/inbox",
|
|
"description": "Usually requires auth even for owner",
|
|
"headers": [{ "name": "Accept", "value": "application/activity+json" }],
|
|
"parameters": [
|
|
{ "name": "page", "value": "true", "disabled": true }
|
|
],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_ap_followers",
|
|
"_type": "request",
|
|
"parentId": "fld_activitypub",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Followers Collection",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/users/:username/followers",
|
|
"description": "",
|
|
"headers": [{ "name": "Accept", "value": "application/activity+json" }],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_ap_following",
|
|
"_type": "request",
|
|
"parentId": "fld_activitypub",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Following Collection",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/users/:username/following",
|
|
"description": "",
|
|
"headers": [{ "name": "Accept", "value": "application/activity+json" }],
|
|
"parameters": [],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -5,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_ap_webfinger",
|
|
"_type": "request",
|
|
"parentId": "fld_activitypub",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "WebFinger Lookup",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/.well-known/webfinger",
|
|
"description": "Resolve acct: URI to actor URL",
|
|
"headers": [],
|
|
"parameters": [
|
|
{ "name": "resource", "value": "acct:username@yourdomain.com", "disabled": false }
|
|
],
|
|
"authentication": {},
|
|
"body": {},
|
|
"metaSortKey": -6,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
|
|
{
|
|
"_id": "fld_social",
|
|
"_type": "request_group",
|
|
"parentId": "wrk_movies_diary",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Social / Federation",
|
|
"description": "",
|
|
"environment": {},
|
|
"environmentPropertyOrder": null,
|
|
"metaSortKey": -15
|
|
},
|
|
{
|
|
"_id": "req_social_following",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Following",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/social/following",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -1,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_followers",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Followers",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/social/followers",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -2,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_followers_pending",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Pending Follow Requests",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/social/followers/pending",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -3,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_follow",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Follow User",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/social/follow",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"actor_id\": \"https://instance.example/users/username\"\n}"
|
|
},
|
|
"metaSortKey": -4,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_unfollow",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Unfollow User",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/social/unfollow",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"actor_id\": \"https://instance.example/users/username\"\n}"
|
|
},
|
|
"metaSortKey": -5,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_followers_accept",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Accept Follow Request",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/social/followers/accept",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"follow_id\": \"uuid\"\n}"
|
|
},
|
|
"metaSortKey": -6,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_followers_reject",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Reject Follow Request",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/social/followers/reject",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"follow_id\": \"uuid\"\n}"
|
|
},
|
|
"metaSortKey": -7,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_followers_remove",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Remove Follower",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/social/followers/remove",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"follower_id\": \"uuid\"\n}"
|
|
},
|
|
"metaSortKey": -8,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_block",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Block Actor",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/social/block",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"actor_id\": \"https://instance.example/users/username\"\n}"
|
|
},
|
|
"metaSortKey": -9,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_unblock",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Unblock Actor",
|
|
"method": "POST",
|
|
"url": "{{ base_url }}/api/v1/social/unblock",
|
|
"description": "",
|
|
"headers": [{ "name": "Content-Type", "value": "application/json" }],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {
|
|
"mimeType": "application/json",
|
|
"text": "{\n \"actor_id\": \"https://instance.example/users/username\"\n}"
|
|
},
|
|
"metaSortKey": -10,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
},
|
|
{
|
|
"_id": "req_social_blocked",
|
|
"_type": "request",
|
|
"parentId": "fld_social",
|
|
"modified": 1749340800000,
|
|
"created": 1749340800000,
|
|
"name": "Get Blocked Actors",
|
|
"method": "GET",
|
|
"url": "{{ base_url }}/api/v1/social/blocked",
|
|
"description": "",
|
|
"headers": [],
|
|
"parameters": [],
|
|
"authentication": { "type": "bearer", "token": "{{ token }}" },
|
|
"body": {},
|
|
"metaSortKey": -11,
|
|
"isPrivate": false,
|
|
"settingStoreCookies": true,
|
|
"settingSendCookies": true,
|
|
"settingDisableRenderRequestBody": false,
|
|
"settingEncodeUrl": true,
|
|
"settingRebuildPath": true,
|
|
"settingFollowRedirects": "global"
|
|
}
|
|
]
|
|
}
|