action cpy_get_about { label: "Get instance \"About\" information" provider: cpy method: GET path: "/api/v1/config/about" encoding: json output: { properties: { instance: { type: "object" properties: { description: { type: "string" } name: { type: "string" } shortDescription: { type: "string" } terms: { type: "string" } } } } } }