Change detail

48Docs

b5f46c742fe0 → 95db58ee8138 · 12 changes across 6 operations

  • POST/api/chat/sessions
    • ●

      added the new microsoft_365_copilot enum value to the / response property for the response status

    • ○

      added the new microsoft_365_copilot enum value to the request property /

    • ○

      added the optional property / to the response with the status

    • ○

      the response's property default value changed from {"dry_run":false,"llm_auth_provider":"platform","kind":"normal"} to {"dry_run":false,"llm_auth_provider":"platform","llm_provider_session_ids":{},"kind":"normal"} for the status

  • GET/api/chat/sessions/{session_id}
    • ●

      added the new microsoft_365_copilot enum value to the / response property for the response status

    • ○

      added the optional property / to the response with the status

    • ○

      the response's property default value changed from {"dry_run":false,"llm_auth_provider":"platform","kind":"normal"} to {"dry_run":false,"llm_auth_provider":"platform","llm_provider_session_ids":{},"kind":"normal"} for the status

  • PUT/api/chat/transports/default
    • ●

      added the new microsoft_365_copilot enum value to the // response property for the response status

    • ○

      added the new microsoft_365_copilot enum value to the request property /

  • GET/api/chat/connections
    • ○

      added the required property // to the response with the status

  • PUT/api/chat/sessions/{session_id}/connection
    • ○

      added the new microsoft_365_copilot enum value to the request property

  • GET/api/chat/transports
    • ●

      added the new microsoft_365_copilot enum value to the // response property for the response status