\x20\40\x20\40 HEX
HEX
Server: Apache
System: Linux web1.jenscom.net 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64
User: sps (1059)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/sps/www/wp-content/plugins/nextgen-gallery/src/REST/DataMappers/http/settings.http
@baseUrl = https://host.docker.internal:8982
@authHeader = Basic admin ySA2uhTHepRoOr7BziKd3M0W

### Get all settings
GET {{baseUrl}}/wp-json/imagely/v1/settings
Authorization: {{authHeader}}

### Update settings
PUT {{baseUrl}}/wp-json/imagely/v1/settings
Content-Type: application/json
Authorization: {{authHeader}}

{
  "gallerypath": "wp-content/gallery/",
  "deleteFiles": true,
  "usePermalinks": true,
  "graphicsLibrary": "gd",
  "imageMagickDir": "/usr/bin",
  "enableMediaRSS": true,
  "galleryAsThumbnail": false,
  "maxImages": 20,
  "useRightClick": true,
  "useSlimbox": true,
  "thumbWidth": 120,
  "thumbHeight": 90,
  "thumbQuality": 100,
  "thumbCrop": true,
  "imgWidth": 800,
  "imgHeight": 600,
  "imgQuality": 85,
  "imgBackup": true,
  "imgWatermark": false
}

### Get global settings (multisite)
GET {{baseUrl}}/wp-json/imagely/v1/settings/global
Authorization: {{authHeader}}

### Update global settings (multisite)
PUT {{baseUrl}}/wp-json/imagely/v1/settings/global
Content-Type: application/json
Authorization: {{authHeader}}

{
  "networkGalleryPath": "wp-content/gallery/",
  "networkDeleteFiles": true,
  "networkUsePermalinks": true
}