github.com/grokify/go-ringcentral-client@v0.3.31/codegen/specs-engagedigital_v3.0.0/openapi-spec_locales.yaml (about) 1 openapi: 3.0.0 2 info: 3 description: "" 4 version: "1.0" 5 title: Engage Digital API 6 termsOfService: https://developer.ringcentral.com 7 tags: 8 - name: Locales 9 paths: 10 /locales: 11 get: 12 tags: 13 - Locales 14 summary: Getting all locales 15 operationId: getAllLocales 16 description: This method renders all available locales. 17 responses: 18 "200": 19 description: List of all locales 20 content: 21 application/json: 22 schema: 23 type: array 24 items: 25 $ref: "#/components/schemas/Locale" 26 servers: 27 - url: https://DOMAIN.api.engagement.dimelo.com/1.0 28 components: 29 schemas: 30 Locale: 31 properties: 32 name: 33 format: string 34 code: 35 format: string 36 interface: 37 format: boolean