windmill-api 1.544.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \TeamsApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**send_message_to_conversation**]TeamsApi.md#send_message_to_conversation | **POST** /teams/activities | send update to Microsoft Teams activity
[**sync_teams**]TeamsApi.md#sync_teams | **POST** /teams/sync | synchronize Microsoft Teams information (teams/channels)



## send_message_to_conversation

> send_message_to_conversation(send_message_to_conversation_request)
send update to Microsoft Teams activity

Respond to a Microsoft Teams activity after a workspace command is run

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**send_message_to_conversation_request** | [**SendMessageToConversationRequest**]SendMessageToConversationRequest.md |  | [required] |

### Return type

 (empty response body)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## sync_teams

> Vec<models::TeamInfo> sync_teams()
synchronize Microsoft Teams information (teams/channels)

### Parameters

This endpoint does not need any parameter.

### Return type

[**Vec<models::TeamInfo>**](TeamInfo.md)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)