Reorder Company Gallery Images
Reorder gallery images by providing an ordered array of image IDs. Each image's sort order is updated to match its position in the array.
Reorder gallery images by providing an ordered array of image IDs. Each image's sort order is updated to match its position in the array.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/company-settings/gallery/reorder" \ -H "Content-Type: application/json" \ -d '{ "ids": [ "string" ] }'{ "success": true}List Company Gallery Images GET
List all gallery images for the organization, sorted by display order. The optional orgId parameter is limited to the current organization, discoverable organizations, or active partners.
Update Company Settings PUT
Update company settings such as name, contact information, address, currency, and other organization preferences.