Pular para o conteúdo principal

Gdrive Update Item Metadata

PATCH 

/v1/gdrive/:workspace_id/:connector_id/metadata

Updates the google connector's item metadata (name and type) if they changed, and returns the connector details, whether they changed or not.

Args

connector_repository (ConnectorRepository): The repository for managing connectors. connector_id (str): The id of the connector of type 'impersonated_google_drive' or 'google_drive' workspace_id (str): The workspace_id of the connector to be updated. user (TokenData): The token data of the authenticated user,

Returns

ConnectorModelReponse: The connector updated connector details.

Request

Responses

Successful Response