grokify/go-ringcentral-client

GlipPersonInfo is missing `jobTitle` and `location` properties

grokify opened this issue · 1 comments

GlipPersonInfo needs properties for jobTitle and location.

This is a Swagger spec issue which needs the following:

    GlipPersonInfo:
      type: "object"
      required:
        - "id"
      properties:
        jobTitle:
          type: "string"
          description: "Job title of a user"
        location:
          type: "string"
          description: "Location of a user"

Fixed in 3119bde