Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET /beta/directory/deletedItems/{directoryObject-id}/microsoft.graph.user is missing metadata for ConsistencyLevel header #578

Open
calebkiage opened this issue Feb 27, 2024 · 0 comments
Labels

Comments

@calebkiage
Copy link

The /directory/deletedItems/{directoryObject-id}/microsoft.graph.user endpoint in the beta API doesn't have a ConsistencyLevel header description.

current description
'/directory/deletedItems/{directoryObject-id}/microsoft.graph.user':
    get:
      tags:
        - directory.directoryObject
      summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user
      operationId: directory_GetDeletedItemAsUser
      parameters:
        - name: directoryObject-id
          in: path
          description: The unique identifier of directoryObject
          required: true
          style: simple
          schema:
            type: string
          x-ms-docs-key-type: directoryObject
        - name: $select
          in: query
          description: Select properties to be returned
          style: form
          explode: false
          schema:
            uniqueItems: true
            type: array
            items:
              enum:
                - id
                - deletedDateTime
              type: string
        - name: $expand
          in: query
          description: Expand related entities
          style: form
          explode: false
          schema:
            uniqueItems: true
            type: array
            items:
              enum:
                - '*'
              type: string
      responses:
        2XX:
          description: Result entities
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/microsoft.graph.user'
        default:
          $ref: '#/components/responses/error'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant