Skip to main content
Glama

Squad AI

UpdateIntegrationPayload.ts1.74 kB
/* tslint:disable */ /* eslint-disable */ /** * Squad API * API for managing Squad resources * * The version of the OpenAPI document: 4.0.0 * Contact: help@meetsquad.ai * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { mapValues } from '../runtime.js'; /** * Request schema for updating an integration * @export * @interface UpdateIntegrationPayload */ export interface UpdateIntegrationPayload { /** * * @type {object} * @memberof UpdateIntegrationPayload */ config: object; } /** * Check if a given object implements the UpdateIntegrationPayload interface. */ export function instanceOfUpdateIntegrationPayload(value: object): value is UpdateIntegrationPayload { if (!('config' in value) || value['config'] === undefined) return false; return true; } export function UpdateIntegrationPayloadFromJSON(json: any): UpdateIntegrationPayload { return UpdateIntegrationPayloadFromJSONTyped(json, false); } export function UpdateIntegrationPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateIntegrationPayload { if (json == null) { return json; } return { 'config': json['config'], }; } export function UpdateIntegrationPayloadToJSON(json: any): UpdateIntegrationPayload { return UpdateIntegrationPayloadToJSONTyped(json, false); } export function UpdateIntegrationPayloadToJSONTyped(value?: UpdateIntegrationPayload | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { 'config': value['config'], }; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/the-basilisk-ai/squad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server