{
  "generator": {
    "name": "build_marketo_api_reference.py",
    "version": "3.0.0"
  },
  "summary": {
    "specifications": 5,
    "operations": 388,
    "models": 458,
    "warnings": 0
  },
  "specifications": [
    {
      "source": "swagger-asset.json",
      "sourceUrl": "https://raw.githubusercontent.com/AdobeDocs/marketo-apis/main/static/swagger-asset.json",
      "section": "asset",
      "title": "Marketo Engage Rest API",
      "version": "1.0",
      "format": "Swagger 2.0",
      "groups": 23,
      "operations": 220,
      "models": 254,
      "warnings": 0
    },
    {
      "source": "swagger-data-ingestion.json",
      "sourceUrl": "https://raw.githubusercontent.com/AdobeDocs/marketo-apis/main/static/swagger-data-ingestion.json",
      "section": "data-ingestion",
      "title": "Marketo Data Ingestion API",
      "version": "v1",
      "format": "OpenAPI 3.0.1",
      "groups": 5,
      "operations": 7,
      "models": 15,
      "warnings": 0
    },
    {
      "source": "swagger-identity.json",
      "sourceUrl": "https://raw.githubusercontent.com/AdobeDocs/marketo-apis/main/static/swagger-identity.json",
      "section": "identity",
      "title": "Marketo Engage Rest API",
      "version": "1.0",
      "format": "Swagger 2.0",
      "groups": 1,
      "operations": 2,
      "models": 2,
      "warnings": 0
    },
    {
      "source": "swagger-mapi.json",
      "sourceUrl": "https://raw.githubusercontent.com/AdobeDocs/marketo-apis/main/static/swagger-mapi.json",
      "section": "core",
      "title": "Marketo Engage Rest API",
      "version": "1.0",
      "format": "Swagger 2.0",
      "groups": 19,
      "operations": 147,
      "models": 175,
      "warnings": 0
    },
    {
      "source": "swagger-user.json",
      "sourceUrl": "https://raw.githubusercontent.com/AdobeDocs/marketo-apis/main/static/swagger-user.json",
      "section": "user-management",
      "title": "Marketo Engage Rest API",
      "version": "1.0",
      "format": "Swagger 2.0",
      "groups": 1,
      "operations": 12,
      "models": 12,
      "warnings": 0
    }
  ],
  "operations": [
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Channels",
      "method": "GET",
      "path": "/rest/asset/v1/channel/byName.json",
      "title": "Get Channel by Name",
      "operationId": "getChannelByNameUsingGET",
      "markdown": "asset/channels/get-channel-by-name.md",
      "json": "asset/channels/get-channel-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Channels",
      "method": "GET",
      "path": "/rest/asset/v1/channels.json",
      "title": "Get Channels",
      "operationId": "getAllChannelsUsingGET",
      "markdown": "asset/channels/get-channels.md",
      "json": "asset/channels/get-channels.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/email/byName.json",
      "title": "Get Email by Name",
      "operationId": "getEmailByNameUsingGET",
      "markdown": "asset/emails/get-email-by-name.md",
      "json": "asset/emails/get-email-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/email/{id}.json",
      "title": "Get Email By Id",
      "operationId": "getEmailByIdUsingGET",
      "markdown": "asset/emails/get-email-by-id.md",
      "json": "asset/emails/get-email-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}.json",
      "title": "Update Email Metadata",
      "operationId": "updateEmailUsingPOST",
      "markdown": "asset/emails/update-email-metadata.md",
      "json": "asset/emails/update-email-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/approveDraft.json",
      "title": "Approve Email Draft",
      "operationId": "approveDraftUsingPOST",
      "markdown": "asset/emails/approve-email-draft.md",
      "json": "asset/emails/approve-email-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/clone.json",
      "title": "Clone Email",
      "operationId": "cloneEmailUsingPOST",
      "markdown": "asset/emails/clone-email.md",
      "json": "asset/emails/clone-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/email/{id}/content.json",
      "title": "Get Email Content",
      "operationId": "getEmailContentByIdUsingGET",
      "markdown": "asset/emails/get-email-content.md",
      "json": "asset/emails/get-email-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/content.json",
      "title": "Update Email Content",
      "operationId": "updateEmailContentUsingPOST",
      "markdown": "asset/emails/update-email-content.md",
      "json": "asset/emails/update-email-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/content/rearrange.json",
      "title": "Rearrange Email Modules",
      "operationId": "rearrangeModulesUsingPOST",
      "markdown": "asset/emails/rearrange-email-modules.md",
      "json": "asset/emails/rearrange-email-modules.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/content/{htmlId}.json",
      "title": "Update Email Content Section",
      "operationId": "updateEmailComponentContentUsingPOST",
      "markdown": "asset/emails/update-email-content-section.md",
      "json": "asset/emails/update-email-content-section.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/content/{moduleId}/add.json",
      "title": "Add Email Module",
      "operationId": "addModuleUsingPOST",
      "markdown": "asset/emails/add-email-module.md",
      "json": "asset/emails/add-email-module.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/content/{moduleId}/delete.json",
      "title": "Delete Module",
      "operationId": "deleteModuleUsingPOST",
      "markdown": "asset/emails/delete-module.md",
      "json": "asset/emails/delete-module.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/content/{moduleId}/duplicate.json",
      "title": "Duplicate Email Module",
      "operationId": "duplicateModuleUsingPOST",
      "markdown": "asset/emails/duplicate-email-module.md",
      "json": "asset/emails/duplicate-email-module.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/content/{moduleId}/rename.json",
      "title": "Rename Email Module",
      "operationId": "renameUsingPOST",
      "markdown": "asset/emails/rename-email-module.md",
      "json": "asset/emails/rename-email-module.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/delete.json",
      "title": "Delete Email",
      "operationId": "deleteEmailUsingPOST",
      "markdown": "asset/emails/delete-email.md",
      "json": "asset/emails/delete-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/discardDraft.json",
      "title": "Discard Email Draft",
      "operationId": "discardDraftUsingPOST",
      "markdown": "asset/emails/discard-email-draft.md",
      "json": "asset/emails/discard-email-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/email/{id}/dynamicContent/{contentId}.json",
      "title": "Get Email Dynamic Content",
      "operationId": "getEmailDynamicContentUsingGET",
      "markdown": "asset/emails/get-email-dynamic-content.md",
      "json": "asset/emails/get-email-dynamic-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/dynamicContent/{contentId}.json",
      "title": "Update Email Dynamic Content Section",
      "operationId": "updateEmailDynamicContentUsingPOST",
      "markdown": "asset/emails/update-email-dynamic-content-section.md",
      "json": "asset/emails/update-email-dynamic-content-section.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/sendSample.json",
      "title": "Send Sample Email",
      "operationId": "sendSampleEmailUsingPOST",
      "markdown": "asset/emails/send-sample-email.md",
      "json": "asset/emails/send-sample-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/unapprove.json",
      "title": "Unapprove Email",
      "operationId": "unapproveDraftUsingPOST",
      "markdown": "asset/emails/unapprove-email.md",
      "json": "asset/emails/unapprove-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/variable/{name}.json",
      "title": "Update Email Variable",
      "operationId": "updateVariableUsingPOST",
      "markdown": "asset/emails/update-email-variable.md",
      "json": "asset/emails/update-email-variable.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/email/{id}/variables.json",
      "title": "Get Email Variables",
      "operationId": "getEmailVariablesUsingGET",
      "markdown": "asset/emails/get-email-variables.md",
      "json": "asset/emails/get-email-variables.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/email/ccFields.json",
      "title": "Get Email CC Fields",
      "operationId": "getEmailCCFieldsUsingGET",
      "markdown": "asset/emails/get-email-cc-fields.md",
      "json": "asset/emails/get-email-cc-fields.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "GET",
      "path": "/rest/asset/v1/emailTemplate/byName.json",
      "title": "Get Email Template by Name",
      "operationId": "getTemplateByNameUsingGET",
      "markdown": "asset/email-templates/get-email-template-by-name.md",
      "json": "asset/email-templates/get-email-template-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "GET",
      "path": "/rest/asset/v1/emailTemplate/{id}.json",
      "title": "Get Email Template by Id",
      "operationId": "getTemplateByIdUsingGET",
      "markdown": "asset/email-templates/get-email-template-by-id.md",
      "json": "asset/email-templates/get-email-template-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplate/{id}.json",
      "title": "Update Email Template Metadata",
      "operationId": "updateEmailTemplateUsingPOST",
      "markdown": "asset/email-templates/update-email-template-metadata.md",
      "json": "asset/email-templates/update-email-template-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplate/{id}/approveDraft.json",
      "title": "Approve Email Template Draft",
      "operationId": "approveDraftUsingPOST_1",
      "markdown": "asset/email-templates/approve-email-template-draft.md",
      "json": "asset/email-templates/approve-email-template-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplate/{id}/clone.json",
      "title": "Clone Email Template",
      "operationId": "cloneTemplateUsingPOST",
      "markdown": "asset/email-templates/clone-email-template.md",
      "json": "asset/email-templates/clone-email-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "GET",
      "path": "/rest/asset/v1/emailTemplate/{id}/content",
      "title": "Get Email Template Content by Id",
      "operationId": "getTemplateContentByIdUsingGET",
      "markdown": "asset/email-templates/get-email-template-content-by-id.md",
      "json": "asset/email-templates/get-email-template-content-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplate/{id}/content.json",
      "title": "Update Email Template Content",
      "operationId": "updateEmailTemplateContentUsingPOST",
      "markdown": "asset/email-templates/update-email-template-content.md",
      "json": "asset/email-templates/update-email-template-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplate/{id}/delete.json",
      "title": "Delete Email Template",
      "operationId": "deleteTemplateUsingPOST",
      "markdown": "asset/email-templates/delete-email-template.md",
      "json": "asset/email-templates/delete-email-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplate/{id}/discardDraft.json",
      "title": "Discard Email Template Draft",
      "operationId": "discardDraftUsingPOST_1",
      "markdown": "asset/email-templates/discard-email-template-draft.md",
      "json": "asset/email-templates/discard-email-template-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplate/{id}/unapprove.json",
      "title": "Unapprove Email Template Draft",
      "operationId": "unapproveDraftUsingPOST_1",
      "markdown": "asset/email-templates/unapprove-email-template-draft.md",
      "json": "asset/email-templates/unapprove-email-template-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "GET",
      "path": "/rest/asset/v1/emailTemplates.json",
      "title": "Get Email Templates",
      "operationId": "getEmailTemplatesUsingGET",
      "markdown": "asset/email-templates/get-email-templates.md",
      "json": "asset/email-templates/get-email-templates.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "POST",
      "path": "/rest/asset/v1/emailTemplates.json",
      "title": "Create Email Template",
      "operationId": "createEmailTemplateUsingPOST",
      "markdown": "asset/email-templates/create-email-template.md",
      "json": "asset/email-templates/create-email-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates",
      "method": "GET",
      "path": "/rest/asset/v1/emailTemplates/{id}/usedBy.json",
      "title": "Get Email Template Used By",
      "operationId": "getEmailTemplateUsedByUsingGET",
      "markdown": "asset/email-templates/get-email-template-used-by.md",
      "json": "asset/email-templates/get-email-template-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/emails.json",
      "title": "Get Emails",
      "operationId": "getEmailUsingGET",
      "markdown": "asset/emails/get-emails.md",
      "json": "asset/emails/get-emails.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/emails.json",
      "title": "Create Email",
      "operationId": "createEmailUsingPOST",
      "markdown": "asset/emails/create-email.md",
      "json": "asset/emails/create-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "GET",
      "path": "/rest/asset/v1/email/{id}/fullContent.json",
      "title": "Get Email Full Content",
      "operationId": "getEmailFullContentUsingGET",
      "markdown": "asset/emails/get-email-full-content.md",
      "json": "asset/emails/get-email-full-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails",
      "method": "POST",
      "path": "/rest/asset/v1/email/{id}/fullContent.json",
      "title": "Update Email Full Content",
      "operationId": "createEmailFullContentUsingPOST",
      "markdown": "asset/emails/update-email-full-content.md",
      "json": "asset/emails/update-email-full-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Files",
      "method": "GET",
      "path": "/rest/asset/v1/file/byName.json",
      "title": "Get File by Name",
      "operationId": "getFileByNameUsingGET",
      "markdown": "asset/files/get-file-by-name.md",
      "json": "asset/files/get-file-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Files",
      "method": "GET",
      "path": "/rest/asset/v1/file/{id}.json",
      "title": "Get File by Id",
      "operationId": "getFileByIdUsingGET",
      "markdown": "asset/files/get-file-by-id.md",
      "json": "asset/files/get-file-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "File Contents",
      "method": "POST",
      "path": "/rest/asset/v1/file/{id}/content.json",
      "title": "Update File Content",
      "operationId": "updateContentUsingPOST",
      "markdown": "asset/file-contents/update-file-content.md",
      "json": "asset/file-contents/update-file-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Files",
      "method": "GET",
      "path": "/rest/asset/v1/files.json",
      "title": "Get Files",
      "operationId": "getFilesUsingGET",
      "markdown": "asset/files/get-files.md",
      "json": "asset/files/get-files.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Files",
      "method": "POST",
      "path": "/rest/asset/v1/files.json",
      "title": "Create File",
      "operationId": "createFileUsingPOST",
      "markdown": "asset/files/create-file.md",
      "json": "asset/files/create-file.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Folders",
      "method": "GET",
      "path": "/rest/asset/v1/folder/byName.json",
      "title": "Get Folder by Name",
      "operationId": "getFolderByNameUsingGET",
      "markdown": "asset/folders/get-folder-by-name.md",
      "json": "asset/folders/get-folder-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Folders",
      "method": "GET",
      "path": "/rest/asset/v1/folder/{id}.json",
      "title": "Get Folder by Id",
      "operationId": "getFolderByIdUsingGET",
      "markdown": "asset/folders/get-folder-by-id.md",
      "json": "asset/folders/get-folder-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Folders",
      "method": "POST",
      "path": "/rest/asset/v1/folder/{id}.json",
      "title": "Update Folder Metadata",
      "operationId": "updateFolderUsingPOST",
      "markdown": "asset/folders/update-folder-metadata.md",
      "json": "asset/folders/update-folder-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Folders",
      "method": "GET",
      "path": "/rest/asset/v1/folder/{id}/content.json",
      "title": "Get Folder Contents",
      "operationId": "getFolderContentUsingGET",
      "markdown": "asset/folders/get-folder-contents.md",
      "json": "asset/folders/get-folder-contents.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Folders",
      "method": "POST",
      "path": "/rest/asset/v1/folder/{id}/delete.json",
      "title": "Delete Folder",
      "operationId": "deleteFolderUsingPOST",
      "markdown": "asset/folders/delete-folder.md",
      "json": "asset/folders/delete-folder.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Tokens",
      "method": "GET",
      "path": "/rest/asset/v1/folder/{id}/tokens.json",
      "title": "Get Tokens by Folder Id",
      "operationId": "getTokensByFolderIdUsingGET",
      "markdown": "asset/tokens/get-tokens-by-folder-id.md",
      "json": "asset/tokens/get-tokens-by-folder-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Tokens",
      "method": "POST",
      "path": "/rest/asset/v1/folder/{id}/tokens.json",
      "title": "Create Token",
      "operationId": "addTokenTOFolderUsingPOST",
      "markdown": "asset/tokens/create-token.md",
      "json": "asset/tokens/create-token.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Tokens",
      "method": "POST",
      "path": "/rest/asset/v1/folder/{id}/tokens/delete.json",
      "title": "Delete Token by Name",
      "operationId": "deleteTokenByNameUsingPOST",
      "markdown": "asset/tokens/delete-token-by-name.md",
      "json": "asset/tokens/delete-token-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Folders",
      "method": "GET",
      "path": "/rest/asset/v1/folders.json",
      "title": "Get Folders",
      "operationId": "getFolderUsingGET",
      "markdown": "asset/folders/get-folders.md",
      "json": "asset/folders/get-folders.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Folders",
      "method": "POST",
      "path": "/rest/asset/v1/folders.json",
      "title": "Create Folder",
      "operationId": "createFolderUsingPOST",
      "markdown": "asset/folders/create-folder.md",
      "json": "asset/folders/create-folder.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "GET",
      "path": "/rest/asset/v1/form/byName.json",
      "title": "Get Form by Name",
      "operationId": "getLpFormByNameUsingGET",
      "markdown": "asset/forms/get-form-by-name.md",
      "json": "asset/forms/get-form-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "GET",
      "path": "/rest/asset/v1/form/fields.json",
      "title": "Get Available Form Fields",
      "operationId": "getAllFieldsUsingGET",
      "markdown": "asset/form-fields/get-available-form-fields.md",
      "json": "asset/form-fields/get-available-form-fields.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "GET",
      "path": "/rest/asset/v1/form/programMemberFields.json",
      "title": "Get Available Form Program Member Fields",
      "operationId": "getAllProgramMemberFieldsUsingGET",
      "markdown": "asset/form-fields/get-available-form-program-member-fields.md",
      "json": "asset/form-fields/get-available-form-program-member-fields.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{formId}/field/{fieldId}/visibility.json",
      "title": "Add Form Field Visibility Rules",
      "operationId": "addFormFieldVisibilityRuleUsingPOST",
      "markdown": "asset/form-fields/add-form-field-visibility-rules.md",
      "json": "asset/form-fields/add-form-field-visibility-rules.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "GET",
      "path": "/rest/asset/v1/form/{id}.json",
      "title": "Get Form By Id",
      "operationId": "getLpFormByIdUsingGET",
      "markdown": "asset/forms/get-form-by-id.md",
      "json": "asset/forms/get-form-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}.json",
      "title": "Update Form Metadata",
      "operationId": "updateFormsUsingPOST",
      "markdown": "asset/forms/update-form-metadata.md",
      "json": "asset/forms/update-form-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/approveDraft.json",
      "title": "Approve Form Draft",
      "operationId": "approveFromUsingPOST",
      "markdown": "asset/forms/approve-form-draft.md",
      "json": "asset/forms/approve-form-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/clone.json",
      "title": "Clone Form",
      "operationId": "cloneLpFormsUsingPOST",
      "markdown": "asset/forms/clone-form.md",
      "json": "asset/forms/clone-form.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/delete.json",
      "title": "Delete Form",
      "operationId": "deleteFormByIdUsingPOST",
      "markdown": "asset/forms/delete-form.md",
      "json": "asset/forms/delete-form.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/discardDraft.json",
      "title": "Discard Form Draft",
      "operationId": "discardFormByIdUsingPOST",
      "markdown": "asset/forms/discard-form-draft.md",
      "json": "asset/forms/discard-form-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/field/{fieldId}.json",
      "title": "Update Form Field",
      "operationId": "updateFormFieldUsingPOST",
      "markdown": "asset/form-fields/update-form-field.md",
      "json": "asset/form-fields/update-form-field.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/field/{fieldId}/delete.json",
      "title": "Delete Form Field",
      "operationId": "deleteFormFieldUsingPOST",
      "markdown": "asset/form-fields/delete-form-field.md",
      "json": "asset/form-fields/delete-form-field.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/fieldSet.json",
      "title": "Add Fieldset to Form",
      "operationId": "addFieldSetUsingPOST",
      "markdown": "asset/form-fields/add-fieldset-to-form.md",
      "json": "asset/form-fields/add-fieldset-to-form.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/fieldSet/{fieldSetId}/field/{fieldId}/delete.json",
      "title": "Delete Field from Fieldset",
      "operationId": "deleteFormFieldFromFieldSetUsingPOST",
      "markdown": "asset/form-fields/delete-field-from-fieldset.md",
      "json": "asset/form-fields/delete-field-from-fieldset.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "GET",
      "path": "/rest/asset/v1/form/{id}/fields.json",
      "title": "Get Fields for Form",
      "operationId": "getFormFieldByFormVidUsingGET",
      "markdown": "asset/form-fields/get-fields-for-form.md",
      "json": "asset/form-fields/get-fields-for-form.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/fields.json",
      "title": "Add Field to Form",
      "operationId": "addFieldToAFormUsingPOST",
      "markdown": "asset/form-fields/add-field-to-form.md",
      "json": "asset/form-fields/add-field-to-form.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/reArrange.json",
      "title": "Update Field Positions",
      "operationId": "updateFieldPositionsUsingPOST",
      "markdown": "asset/form-fields/update-field-positions.md",
      "json": "asset/form-fields/update-field-positions.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Form Fields",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/richText.json",
      "title": "Add Rich Text Field",
      "operationId": "addRichTextFieldUsingPOST",
      "markdown": "asset/form-fields/add-rich-text-field.md",
      "json": "asset/form-fields/add-rich-text-field.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/submitButton.json",
      "title": "Update Submit Button",
      "operationId": "updateFormSubmitButtonUsingPOST",
      "markdown": "asset/forms/update-submit-button.md",
      "json": "asset/forms/update-submit-button.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "GET",
      "path": "/rest/asset/v1/form/{id}/thankYouPage.json",
      "title": "Get Thank You Page by Form Id",
      "operationId": "getThankYouPageByIdUsingGET",
      "markdown": "asset/forms/get-thank-you-page-by-form-id.md",
      "json": "asset/forms/get-thank-you-page-by-form-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/form/{id}/thankYouPage.json",
      "title": "Update Thank You Page",
      "operationId": "updateThankYouPageByIdUsingPOST",
      "markdown": "asset/forms/update-thank-you-page.md",
      "json": "asset/forms/update-thank-you-page.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "GET",
      "path": "/rest/asset/v1/forms.json",
      "title": "Get Forms",
      "operationId": "browseForms2UsingGET",
      "markdown": "asset/forms/get-forms.md",
      "json": "asset/forms/get-forms.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "POST",
      "path": "/rest/asset/v1/forms.json",
      "title": "Create Form",
      "operationId": "createLpFormsUsingPOST",
      "markdown": "asset/forms/create-form.md",
      "json": "asset/forms/create-form.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Forms",
      "method": "GET",
      "path": "/rest/asset/v1/form/{id}/usedBy.json",
      "title": "Get Form Used By",
      "operationId": "getFormUsedByUsingGET",
      "markdown": "asset/forms/get-form-used-by.md",
      "json": "asset/forms/get-form-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "GET",
      "path": "/rest/asset/v1/landingPage/byName.json",
      "title": "Get Landing Page by Name",
      "operationId": "getLandingPageByNameUsingGET",
      "markdown": "asset/landing-pages/get-landing-page-by-name.md",
      "json": "asset/landing-pages/get-landing-page-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "GET",
      "path": "/rest/asset/v1/landingPage/{id}.json",
      "title": "Get Landing Page by Id",
      "operationId": "getLandingPageByIdUsingGET",
      "markdown": "asset/landing-pages/get-landing-page-by-id.md",
      "json": "asset/landing-pages/get-landing-page-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}.json",
      "title": "Update Landing Page Metadata",
      "operationId": "updateLandingPageUsingPOST",
      "markdown": "asset/landing-pages/update-landing-page-metadata.md",
      "json": "asset/landing-pages/update-landing-page-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/approveDraft.json",
      "title": "Approve Landing Page Draft",
      "operationId": "approveLandingPageUsingPOST",
      "markdown": "asset/landing-pages/approve-landing-page-draft.md",
      "json": "asset/landing-pages/approve-landing-page-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/clone.json",
      "title": "Clone Landing Page",
      "operationId": "cloneLandingPageUsingPOST",
      "markdown": "asset/landing-pages/clone-landing-page.md",
      "json": "asset/landing-pages/clone-landing-page.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Content",
      "method": "GET",
      "path": "/rest/asset/v1/landingPage/{id}/content.json",
      "title": "Get Landing Page Content",
      "operationId": "getLandingPageContentUsingGET",
      "markdown": "asset/landing-page-content/get-landing-page-content.md",
      "json": "asset/landing-page-content/get-landing-page-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Content",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/content.json",
      "title": "Add Landing Page Content Section",
      "operationId": "addLandingPageContentUsingPOST",
      "markdown": "asset/landing-page-content/add-landing-page-content-section.md",
      "json": "asset/landing-page-content/add-landing-page-content-section.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Content",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/content/{contentId}.json",
      "title": "Update Landing Page Content Section",
      "operationId": "updateLandingPageContentUsingPOST",
      "markdown": "asset/landing-page-content/update-landing-page-content-section.md",
      "json": "asset/landing-page-content/update-landing-page-content-section.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Content",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/content/{contentId}/delete.json",
      "title": "Delete Landing Page Content Section",
      "operationId": "removeLandingPageContentUsingPOST",
      "markdown": "asset/landing-page-content/delete-landing-page-content-section.md",
      "json": "asset/landing-page-content/delete-landing-page-content-section.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/delete.json",
      "title": "Delete Landing Page",
      "operationId": "deleteLandingPageByIdUsingPOST",
      "markdown": "asset/landing-pages/delete-landing-page.md",
      "json": "asset/landing-pages/delete-landing-page.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/discardDraft.json",
      "title": "Discard Landing Page Draft",
      "operationId": "discardLandingPageByIdUsingPOST",
      "markdown": "asset/landing-pages/discard-landing-page-draft.md",
      "json": "asset/landing-pages/discard-landing-page-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Content",
      "method": "GET",
      "path": "/rest/asset/v1/landingPage/{id}/dynamicContent/{contentId}.json",
      "title": "Get Landing Page Dynamic Content",
      "operationId": "getLandingPageDynamicContentsUsingGET",
      "markdown": "asset/landing-page-content/get-landing-page-dynamic-content.md",
      "json": "asset/landing-page-content/get-landing-page-dynamic-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Content",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/dynamicContent/{contentId}.json",
      "title": "Update Landing Page Dynamic Content Section",
      "operationId": "updateLandingPageDynamicContentUsingPOST",
      "markdown": "asset/landing-page-content/update-landing-page-dynamic-content-section.md",
      "json": "asset/landing-page-content/update-landing-page-dynamic-content-section.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/unapprove.json",
      "title": "Unapprove Landing Page",
      "operationId": "unapproveLandingPageByIdUsingPOST",
      "markdown": "asset/landing-pages/unapprove-landing-page.md",
      "json": "asset/landing-pages/unapprove-landing-page.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPage/{id}/variable/{variableId}.json",
      "title": "Update Landing Page Variable",
      "operationId": "updateLandingPageVariableUsingPOST",
      "markdown": "asset/landing-pages/update-landing-page-variable.md",
      "json": "asset/landing-pages/update-landing-page-variable.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "GET",
      "path": "/rest/asset/v1/landingPage/{id}/variables.json",
      "title": "Get Landing Page Variables",
      "operationId": "getVariablesUsingGET",
      "markdown": "asset/landing-pages/get-landing-page-variables.md",
      "json": "asset/landing-pages/get-landing-page-variables.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "GET",
      "path": "/rest/asset/v1/landingPageTemplate/byName.json",
      "title": "Get Landing Page Template by Name",
      "operationId": "getLandingPageTemplateByNameUsingGET",
      "markdown": "asset/landing-page-templates/get-landing-page-template-by-name.md",
      "json": "asset/landing-page-templates/get-landing-page-template-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "GET",
      "path": "/rest/asset/v1/landingPageTemplate/{id}.json",
      "title": "Get Landing Page Template by Id",
      "operationId": "getLandingPageTemplateByIdUsingGET",
      "markdown": "asset/landing-page-templates/get-landing-page-template-by-id.md",
      "json": "asset/landing-page-templates/get-landing-page-template-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplate/{id}.json",
      "title": "Update Landing Page Template Metadata",
      "operationId": "updateLpTemplateUsingPOST",
      "markdown": "asset/landing-page-templates/update-landing-page-template-metadata.md",
      "json": "asset/landing-page-templates/update-landing-page-template-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplate/{id}/approveDraft.json",
      "title": "Approve Landing Page Template Draft",
      "operationId": "approveLandingPageTemplateUsingPOST",
      "markdown": "asset/landing-page-templates/approve-landing-page-template-draft.md",
      "json": "asset/landing-page-templates/approve-landing-page-template-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplate/{id}/clone.json",
      "title": "Clone Landing Page Template",
      "operationId": "cloneLpTemplateUsingPOST",
      "markdown": "asset/landing-page-templates/clone-landing-page-template.md",
      "json": "asset/landing-page-templates/clone-landing-page-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "GET",
      "path": "/rest/asset/v1/landingPageTemplate/{id}/content.json",
      "title": "Get Landing Page Template Content",
      "operationId": "getLandingPageTemplateContentUsingGET",
      "markdown": "asset/landing-page-templates/get-landing-page-template-content.md",
      "json": "asset/landing-page-templates/get-landing-page-template-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplate/{id}/content.json",
      "title": "Update Landing Page Template Content",
      "operationId": "updateLandingPageTemplateContentUsingPOST",
      "markdown": "asset/landing-page-templates/update-landing-page-template-content.md",
      "json": "asset/landing-page-templates/update-landing-page-template-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplate/{id}/delete.json",
      "title": "Delete Landing Page Template",
      "operationId": "deleteLpTemplateUsingPOST",
      "markdown": "asset/landing-page-templates/delete-landing-page-template.md",
      "json": "asset/landing-page-templates/delete-landing-page-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplate/{id}/discardDraft.json",
      "title": "Discard Landing Page Template Draft",
      "operationId": "discardDraftUsingPOST_2",
      "markdown": "asset/landing-page-templates/discard-landing-page-template-draft.md",
      "json": "asset/landing-page-templates/discard-landing-page-template-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplate/{id}/unapprove.json",
      "title": "Unapprove Landing Page Template",
      "operationId": "unapproveLandingPageTemplateUsingPOST",
      "markdown": "asset/landing-page-templates/unapprove-landing-page-template.md",
      "json": "asset/landing-page-templates/unapprove-landing-page-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "GET",
      "path": "/rest/asset/v1/landingPageTemplates.json",
      "title": "Get Landing Page Templates",
      "operationId": "getLandingPageTemplatesUsingGET",
      "markdown": "asset/landing-page-templates/get-landing-page-templates.md",
      "json": "asset/landing-page-templates/get-landing-page-templates.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Templates",
      "method": "POST",
      "path": "/rest/asset/v1/landingPageTemplates.json",
      "title": "Create Landing Page Template",
      "operationId": "createLpTemplateUsingPOST",
      "markdown": "asset/landing-page-templates/create-landing-page-template.md",
      "json": "asset/landing-page-templates/create-landing-page-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "GET",
      "path": "/rest/asset/v1/landingPages.json",
      "title": "Get Landing Pages",
      "operationId": "browseLandingPagesUsingGET",
      "markdown": "asset/landing-pages/get-landing-pages.md",
      "json": "asset/landing-pages/get-landing-pages.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "POST",
      "path": "/rest/asset/v1/landingPages.json",
      "title": "Create Landing Page",
      "operationId": "createLandingPageUsingPOST",
      "markdown": "asset/landing-pages/create-landing-page.md",
      "json": "asset/landing-pages/create-landing-page.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Pages",
      "method": "GET",
      "path": "/rest/asset/v1/landingPage/{id}/fullContent.json",
      "title": "Get Landing Page Full Content",
      "operationId": "getLandingPageFullContentUsingGET",
      "markdown": "asset/landing-pages/get-landing-page-full-content.md",
      "json": "asset/landing-pages/get-landing-page-full-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Redirect Rules",
      "method": "GET",
      "path": "/rest/asset/v1/redirectRules.json",
      "title": "Get Landing Page Redirect Rules",
      "operationId": "getLandingPageRedirectRulesUsingGET",
      "markdown": "asset/landing-page-redirect-rules/get-landing-page-redirect-rules.md",
      "json": "asset/landing-page-redirect-rules/get-landing-page-redirect-rules.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Redirect Rules",
      "method": "POST",
      "path": "/rest/asset/v1/redirectRules.json",
      "title": "Create Landing Page Redirect Rule",
      "operationId": "createLandingPageRedirectRuleUsingPOST",
      "markdown": "asset/landing-page-redirect-rules/create-landing-page-redirect-rule.md",
      "json": "asset/landing-page-redirect-rules/create-landing-page-redirect-rule.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Redirect Rules",
      "method": "GET",
      "path": "/rest/asset/v1/redirectRule/{id}.json",
      "title": "Get Landing Page Redirect Rule by Id",
      "operationId": "getLandingPageRedirectRuleByIdUsingGET",
      "markdown": "asset/landing-page-redirect-rules/get-landing-page-redirect-rule-by-id.md",
      "json": "asset/landing-page-redirect-rules/get-landing-page-redirect-rule-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Redirect Rules",
      "method": "POST",
      "path": "/rest/asset/v1/redirectRule/{id}.json",
      "title": "Update Landing Page Redirect Rule",
      "operationId": "updateLandingPageRedirectRuleUsingPOST",
      "markdown": "asset/landing-page-redirect-rules/update-landing-page-redirect-rule.md",
      "json": "asset/landing-page-redirect-rules/update-landing-page-redirect-rule.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Redirect Rules",
      "method": "POST",
      "path": "/rest/asset/v1/redirectRule/{id}/delete.json",
      "title": "Delete Landing Page Redirect Rule",
      "operationId": "deleteLandingPageRedirectRuleUsingPOST",
      "markdown": "asset/landing-page-redirect-rules/delete-landing-page-redirect-rule.md",
      "json": "asset/landing-page-redirect-rules/delete-landing-page-redirect-rule.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Landing Page Redirect Rules",
      "method": "GET",
      "path": "/rest/asset/v1/landingPageDomains.json",
      "title": "Get Landing Page Domains",
      "operationId": "getLandingPageDomainsUsingGET",
      "markdown": "asset/landing-page-redirect-rules/get-landing-page-domains.md",
      "json": "asset/landing-page-redirect-rules/get-landing-page-domains.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "GET",
      "path": "/rest/asset/v1/program/byName.json",
      "title": "Get Program by Name",
      "operationId": "getProgramByNameUsingGET",
      "markdown": "asset/programs/get-program-by-name.md",
      "json": "asset/programs/get-program-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "GET",
      "path": "/rest/asset/v1/program/byTag.json",
      "title": "Get Programs by Tag",
      "operationId": "getProgramListByTagUsingGET",
      "markdown": "asset/programs/get-programs-by-tag.md",
      "json": "asset/programs/get-programs-by-tag.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "GET",
      "path": "/rest/asset/v1/program/{id}.json",
      "title": "Get Program by Id",
      "operationId": "getProgramByIdUsingGET",
      "markdown": "asset/programs/get-program-by-id.md",
      "json": "asset/programs/get-program-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "POST",
      "path": "/rest/asset/v1/program/{id}.json",
      "title": "Update Program Metadata",
      "operationId": "updateProgramUsingPOST",
      "markdown": "asset/programs/update-program-metadata.md",
      "json": "asset/programs/update-program-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "GET",
      "path": "/rest/asset/v1/program/{programId}/smartList.json",
      "title": "Get Smart List by Program Id",
      "operationId": "getSmartListByProgramIdUsingGET",
      "markdown": "asset/programs/get-smart-list-by-program-id.md",
      "json": "asset/programs/get-smart-list-by-program-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "POST",
      "path": "/rest/asset/v1/program/{id}/approve.json",
      "title": "Approve Program",
      "operationId": "approveProgramUsingPOST",
      "markdown": "asset/programs/approve-program.md",
      "json": "asset/programs/approve-program.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "POST",
      "path": "/rest/asset/v1/program/{id}/clone.json",
      "title": "Clone Program",
      "operationId": "cloneProgramUsingPOST",
      "markdown": "asset/programs/clone-program.md",
      "json": "asset/programs/clone-program.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "POST",
      "path": "/rest/asset/v1/program/{id}/delete.json",
      "title": "Delete Program",
      "operationId": "deleteProgramUsingPOST",
      "markdown": "asset/programs/delete-program.md",
      "json": "asset/programs/delete-program.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "POST",
      "path": "/rest/asset/v1/program/{id}/unapprove.json",
      "title": "Unapprove Program",
      "operationId": "unapproveProgramUsingPOST",
      "markdown": "asset/programs/unapprove-program.md",
      "json": "asset/programs/unapprove-program.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "GET",
      "path": "/rest/asset/v1/programs.json",
      "title": "Get Programs",
      "operationId": "browseProgramsUsingGET",
      "markdown": "asset/programs/get-programs.md",
      "json": "asset/programs/get-programs.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Programs",
      "method": "POST",
      "path": "/rest/asset/v1/programs.json",
      "title": "Create Program",
      "operationId": "createProgramUsingPOST",
      "markdown": "asset/programs/create-program.md",
      "json": "asset/programs/create-program.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Segments",
      "method": "GET",
      "path": "/rest/asset/v1/segmentation.json",
      "title": "Get Segmentations",
      "operationId": "getSegmentationUsingGET",
      "markdown": "asset/segments/get-segmentations.md",
      "json": "asset/segments/get-segmentations.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Segments",
      "method": "GET",
      "path": "/rest/asset/v1/segmentation/{id}/segments.json",
      "title": "Get Segments For Segmentation",
      "operationId": "getSegmentsForSegmentationUsingGET",
      "markdown": "asset/segments/get-segments-for-segmentation.md",
      "json": "asset/segments/get-segments-for-segmentation.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/{id}.json",
      "title": "Get Smart Campaign by Id",
      "operationId": "getSmartCampaignByIdUsingGET",
      "markdown": "asset/smart-campaigns/get-smart-campaign-by-id.md",
      "json": "asset/smart-campaigns/get-smart-campaign-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}.json",
      "title": "Update Smart Campaign",
      "operationId": "updateSmartCampaignUsingPOST",
      "markdown": "asset/smart-campaigns/update-smart-campaign.md",
      "json": "asset/smart-campaigns/update-smart-campaign.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/byName.json",
      "title": "Get Smart Campaign by Name",
      "operationId": "getSmartCampaignByNameUsingGET",
      "markdown": "asset/smart-campaigns/get-smart-campaign-by-name.md",
      "json": "asset/smart-campaigns/get-smart-campaign-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/{id}/usedBy.json",
      "title": "Get Smart Campaign Used By",
      "operationId": "getSmartCampaignUsedByUsingGET",
      "markdown": "asset/smart-campaigns/get-smart-campaign-used-by.md",
      "json": "asset/smart-campaigns/get-smart-campaign-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/rules.json",
      "title": "Get Smart Campaign Rules",
      "operationId": "getSmartCampaignRulesUsingGET",
      "markdown": "asset/smart-campaigns/get-smart-campaign-rules.md",
      "json": "asset/smart-campaigns/get-smart-campaign-rules.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/flowSteps.json",
      "title": "Get Smart Campaign Flow Steps",
      "operationId": "getSmartCampaignFlowStepsUsingGET",
      "markdown": "asset/smart-campaigns/get-smart-campaign-flow-steps.md",
      "json": "asset/smart-campaigns/get-smart-campaign-flow-steps.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/flowStepTypes.json",
      "title": "Get Smart Campaign Flow Step Types",
      "operationId": "getSmartCampaignFlowStepTypesUsingGET",
      "markdown": "asset/smart-campaigns/get-smart-campaign-flow-step-types.md",
      "json": "asset/smart-campaigns/get-smart-campaign-flow-step-types.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/{id}/autoSuggest.json",
      "title": "Get Auto Suggest for Smart Campaign",
      "operationId": "getSmartCampaignAutoSuggestUsingGET",
      "markdown": "asset/smart-campaigns/get-auto-suggest-for-smart-campaign.md",
      "json": "asset/smart-campaigns/get-auto-suggest-for-smart-campaign.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/flows.json",
      "title": "Add Flow Step",
      "operationId": "addSmartCampaignFlowStepUsingPOST",
      "markdown": "asset/smart-campaigns/add-flow-step.md",
      "json": "asset/smart-campaigns/add-flow-step.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/flow/{stepId}/addChoice.json",
      "title": "Add Step Choice",
      "operationId": "addSmartCampaignFlowStepChoiceUsingPOST",
      "markdown": "asset/smart-campaigns/add-step-choice.md",
      "json": "asset/smart-campaigns/add-step-choice.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/flow/{stepId}/choice/{choiceId}.json",
      "title": "Update Flow Step Choice",
      "operationId": "updateSmartCampaignFlowStepChoiceUsingPOST",
      "markdown": "asset/smart-campaigns/update-flow-step-choice.md",
      "json": "asset/smart-campaigns/update-flow-step-choice.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/flow/{stepId}/remove.json",
      "title": "Remove Flow Step",
      "operationId": "removeSmartCampaignFlowStepUsingPOST",
      "markdown": "asset/smart-campaigns/remove-flow-step.md",
      "json": "asset/smart-campaigns/remove-flow-step.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/flow/{stepId}/choice/{choiceId}/remove.json",
      "title": "Remove Flow Step Choice",
      "operationId": "removeSmartCampaignFlowStepChoiceUsingPOST",
      "markdown": "asset/smart-campaigns/remove-flow-step-choice.md",
      "json": "asset/smart-campaigns/remove-flow-step-choice.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/flow/{stepId}/choice/{choiceId}/reorder.json",
      "title": "Reorder Flow Step Choice",
      "operationId": "reorderSmartCampaignFlowStepChoiceUsingPOST",
      "markdown": "asset/smart-campaigns/reorder-flow-step-choice.md",
      "json": "asset/smart-campaigns/reorder-flow-step-choice.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaign/{id}/smartList.json",
      "title": "Get Smart List by Smart Campaign Id",
      "operationId": "getSmartListBySmartCampaignIdUsingGET",
      "markdown": "asset/smart-campaigns/get-smart-list-by-smart-campaign-id.md",
      "json": "asset/smart-campaigns/get-smart-list-by-smart-campaign-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "GET",
      "path": "/rest/asset/v1/smartCampaigns.json",
      "title": "Get Smart Campaigns",
      "operationId": "getAllSmartCampaignsGET",
      "markdown": "asset/smart-campaigns/get-smart-campaigns.md",
      "json": "asset/smart-campaigns/get-smart-campaigns.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaigns.json",
      "title": "Create Smart Campaign",
      "operationId": "createSmartCampaignUsingPOST",
      "markdown": "asset/smart-campaigns/create-smart-campaign.md",
      "json": "asset/smart-campaigns/create-smart-campaign.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/activate.json",
      "title": "Activate Smart Campaign",
      "operationId": "activateSmartCampaignUsingPOST",
      "markdown": "asset/smart-campaigns/activate-smart-campaign.md",
      "json": "asset/smart-campaigns/activate-smart-campaign.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/deactivate.json",
      "title": "Deactivate Smart Campaign",
      "operationId": "deactivateSmartCampaignUsingPOST",
      "markdown": "asset/smart-campaigns/deactivate-smart-campaign.md",
      "json": "asset/smart-campaigns/deactivate-smart-campaign.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/clone.json",
      "title": "Clone Smart Campaign",
      "operationId": "cloneSmartCampaignUsingPOST",
      "markdown": "asset/smart-campaigns/clone-smart-campaign.md",
      "json": "asset/smart-campaigns/clone-smart-campaign.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Campaigns",
      "method": "POST",
      "path": "/rest/asset/v1/smartCampaign/{id}/delete.json",
      "title": "Delete Smart Campaign",
      "operationId": "deleteSmartCampaignUsingPOST",
      "markdown": "asset/smart-campaigns/delete-smart-campaign.md",
      "json": "asset/smart-campaigns/delete-smart-campaign.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "GET",
      "path": "/rest/asset/v1/snippet/{id}.json",
      "title": "Get Snippet by Id",
      "operationId": "getSnippetByIdUsingGET",
      "markdown": "asset/snippets/get-snippet-by-id.md",
      "json": "asset/snippets/get-snippet-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}.json",
      "title": "Update Snippet Metadata",
      "operationId": "updateSnippetUsingPOST",
      "markdown": "asset/snippets/update-snippet-metadata.md",
      "json": "asset/snippets/update-snippet-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}/approveDraft.json",
      "title": "Approve Snippet Draft",
      "operationId": "approveSnippetUsingPOST",
      "markdown": "asset/snippets/approve-snippet-draft.md",
      "json": "asset/snippets/approve-snippet-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}/clone.json",
      "title": "Clone Snippet",
      "operationId": "cloneSnippetUsingPOST",
      "markdown": "asset/snippets/clone-snippet.md",
      "json": "asset/snippets/clone-snippet.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "GET",
      "path": "/rest/asset/v1/snippet/{id}/content.json",
      "title": "Get Snippet Content",
      "operationId": "getSnippetContentByIdUsingGET",
      "markdown": "asset/snippets/get-snippet-content.md",
      "json": "asset/snippets/get-snippet-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}/content.json",
      "title": "Update Snippet Content",
      "operationId": "updateContentUsingPOST_1",
      "markdown": "asset/snippets/update-snippet-content.md",
      "json": "asset/snippets/update-snippet-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}/delete.json",
      "title": "Delete Snippet",
      "operationId": "deleteSnippetUsingPOST",
      "markdown": "asset/snippets/delete-snippet.md",
      "json": "asset/snippets/delete-snippet.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}/discardDraft.json",
      "title": "Discard Snippet Draft",
      "operationId": "discardSnippetUsingPOST",
      "markdown": "asset/snippets/discard-snippet-draft.md",
      "json": "asset/snippets/discard-snippet-draft.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "GET",
      "path": "/rest/asset/v1/snippet/{id}/dynamicContent.json",
      "title": "Get Dynamic Content",
      "operationId": "getDynamicContentUsingGET",
      "markdown": "asset/snippets/get-dynamic-content.md",
      "json": "asset/snippets/get-dynamic-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}/dynamicContent/{segmentId}.json",
      "title": "Update Snippet Dynamic Content",
      "operationId": "updateDynamicContentUsingPOST",
      "markdown": "asset/snippets/update-snippet-dynamic-content.md",
      "json": "asset/snippets/update-snippet-dynamic-content.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippet/{id}/unapprove.json",
      "title": "Unapprove Snippet",
      "operationId": "unapproveSnippetUsingPOST",
      "markdown": "asset/snippets/unapprove-snippet.md",
      "json": "asset/snippets/unapprove-snippet.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "GET",
      "path": "/rest/asset/v1/snippets.json",
      "title": "Get Snippets",
      "operationId": "getSnippetUsingGET",
      "markdown": "asset/snippets/get-snippets.md",
      "json": "asset/snippets/get-snippets.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Snippets",
      "method": "POST",
      "path": "/rest/asset/v1/snippets.json",
      "title": "Create Snippet",
      "operationId": "createSnippetUsingPOST",
      "markdown": "asset/snippets/create-snippet.md",
      "json": "asset/snippets/create-snippet.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Tags",
      "method": "GET",
      "path": "/rest/asset/v1/tagType/byName.json",
      "title": "Get Tag By Name",
      "operationId": "getTagByNameUsingGET",
      "markdown": "asset/tags/get-tag-by-name.md",
      "json": "asset/tags/get-tag-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "GET",
      "path": "/rest/asset/v1/smartList/{id}.json",
      "title": "Get Smart List by Id",
      "operationId": "getSmartListByIdUsingGET",
      "markdown": "asset/smart-lists/get-smart-list-by-id.md",
      "json": "asset/smart-lists/get-smart-list-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "GET",
      "path": "/rest/asset/v1/smartList/byName.json",
      "title": "Get Smart List by Name",
      "operationId": "getSmartListByNameUsingGET",
      "markdown": "asset/smart-lists/get-smart-list-by-name.md",
      "json": "asset/smart-lists/get-smart-list-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/delete.json",
      "title": "Delete Smart List",
      "operationId": "deleteSmartListByIdUsingPOST",
      "markdown": "asset/smart-lists/delete-smart-list.md",
      "json": "asset/smart-lists/delete-smart-list.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "GET",
      "path": "/rest/asset/v1/smartLists.json",
      "title": "Get Smart Lists",
      "operationId": "getSmartListsUsingGET",
      "markdown": "asset/smart-lists/get-smart-lists.md",
      "json": "asset/smart-lists/get-smart-lists.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartLists.json",
      "title": "Create Smart List",
      "operationId": "createSmartListUsingPOST",
      "markdown": "asset/smart-lists/create-smart-list.md",
      "json": "asset/smart-lists/create-smart-list.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "GET",
      "path": "/rest/asset/v1/smartList/rules.json",
      "title": "Get Smart List Rules",
      "operationId": "getSmartListRulesUsingGET",
      "markdown": "asset/smart-lists/get-smart-list-rules.md",
      "json": "asset/smart-lists/get-smart-list-rules.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "GET",
      "path": "/rest/asset/v1/smartList/{id}/autoSuggest.json",
      "title": "Get Auto Suggest for Smart List",
      "operationId": "getSmartListAutoSuggestUsingGET",
      "markdown": "asset/smart-lists/get-auto-suggest-for-smart-list.md",
      "json": "asset/smart-lists/get-auto-suggest-for-smart-list.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/rules.json",
      "title": "Add Rule",
      "operationId": "addSmartListRuleUsingPOST",
      "markdown": "asset/smart-lists/add-rule.md",
      "json": "asset/smart-lists/add-rule.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/rule/{ruleId}.json",
      "title": "Update Rule",
      "operationId": "updateSmartListRuleUsingPOST",
      "markdown": "asset/smart-lists/update-rule.md",
      "json": "asset/smart-lists/update-rule.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/filterLogic.json",
      "title": "Update Filter Logic",
      "operationId": "updateSmartListFilterLogicUsingPOST",
      "markdown": "asset/smart-lists/update-filter-logic.md",
      "json": "asset/smart-lists/update-filter-logic.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/rule/{ruleId}/delete.json",
      "title": "Delete Rule",
      "operationId": "deleteSmartListRuleUsingPOST",
      "markdown": "asset/smart-lists/delete-rule.md",
      "json": "asset/smart-lists/delete-rule.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/rule/{ruleId}/removeConstraint.json",
      "title": "Remove Rule Constraint",
      "operationId": "removeSmartListRuleConstraintUsingPOST",
      "markdown": "asset/smart-lists/remove-rule-constraint.md",
      "json": "asset/smart-lists/remove-rule-constraint.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/reorder.json",
      "title": "Reorder Rules",
      "operationId": "reorderSmartListRulesUsingPOST",
      "markdown": "asset/smart-lists/reorder-rules.md",
      "json": "asset/smart-lists/reorder-rules.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/rules/delete.json",
      "title": "Delete All Rules",
      "operationId": "deleteAllSmartListRulesUsingPOST",
      "markdown": "asset/smart-lists/delete-all-rules.md",
      "json": "asset/smart-lists/delete-all-rules.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Smart Lists",
      "method": "POST",
      "path": "/rest/asset/v1/smartList/{id}/clone.json",
      "title": "Clone Smart List",
      "operationId": "cloneSmartListUsingPOST",
      "markdown": "asset/smart-lists/clone-smart-list.md",
      "json": "asset/smart-lists/clone-smart-list.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/asset/v1/staticList/{id}.json",
      "title": "Get Static List by Id",
      "operationId": "getStaticListByIdUsingGET",
      "markdown": "asset/static-lists/get-static-list-by-id.md",
      "json": "asset/static-lists/get-static-list-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Static Lists",
      "method": "POST",
      "path": "/rest/asset/v1/staticList/{id}.json",
      "title": "Update Static List Metadata",
      "operationId": "updateStaticListUsingPOST",
      "markdown": "asset/static-lists/update-static-list-metadata.md",
      "json": "asset/static-lists/update-static-list-metadata.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/asset/v1/staticLists.json",
      "title": "Get Static Lists",
      "operationId": "getStaticListsUsingGET",
      "markdown": "asset/static-lists/get-static-lists.md",
      "json": "asset/static-lists/get-static-lists.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Static Lists",
      "method": "POST",
      "path": "/rest/asset/v1/staticLists.json",
      "title": "Create Static List",
      "operationId": "createStaticListUsingPOST",
      "markdown": "asset/static-lists/create-static-list.md",
      "json": "asset/static-lists/create-static-list.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/asset/v1/staticList/byName.json",
      "title": "Get Static List by Name",
      "operationId": "getStaticListByNameUsingGET",
      "markdown": "asset/static-lists/get-static-list-by-name.md",
      "json": "asset/static-lists/get-static-list-by-name.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Static Lists",
      "method": "POST",
      "path": "/rest/asset/v1/staticList/{id}/delete.json",
      "title": "Delete Static List",
      "operationId": "deleteStaticListByIdUsingPOST",
      "markdown": "asset/static-lists/delete-static-list.md",
      "json": "asset/static-lists/delete-static-list.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Tags",
      "method": "GET",
      "path": "/rest/asset/v1/tagTypes.json",
      "title": "Get Tag Types",
      "operationId": "getTagTypesUsingGET",
      "markdown": "asset/tags/get-tag-types.md",
      "json": "asset/tags/get-tag-types.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email",
      "title": "Create Email",
      "operationId": "createContentUsingPOST_email",
      "markdown": "asset/emails-new/create-email.md",
      "json": "asset/emails-new/create-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate",
      "title": "Create Email Template",
      "operationId": "createContentUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/create-email-template.md",
      "json": "asset/email-templates-new/create-email-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment",
      "title": "Create Fragment",
      "operationId": "createContentUsingPOST_fragment",
      "markdown": "asset/fragments-new/create-fragment.md",
      "json": "asset/fragments-new/create-fragment.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/clone",
      "title": "Clone Email",
      "operationId": "cloneContentUsingPOST_email",
      "markdown": "asset/emails-new/clone-email.md",
      "json": "asset/emails-new/clone-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/clone",
      "title": "Clone Email Template",
      "operationId": "cloneContentUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/clone-email-template.md",
      "json": "asset/email-templates-new/clone-email-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/clone",
      "title": "Clone Fragment",
      "operationId": "cloneContentUsingPOST_fragment",
      "markdown": "asset/fragments-new/clone-fragment.md",
      "json": "asset/fragments-new/clone-fragment.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "GET",
      "path": "/rest/asset/v2/email/filter",
      "title": "List Emails",
      "operationId": "filterContentUsingGET_email",
      "markdown": "asset/emails-new/list-emails.md",
      "json": "asset/emails-new/list-emails.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "GET",
      "path": "/rest/asset/v2/emailtemplate/filter",
      "title": "List Email Templates",
      "operationId": "filterContentUsingGET_emailtemplate",
      "markdown": "asset/email-templates-new/list-email-templates.md",
      "json": "asset/email-templates-new/list-email-templates.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "GET",
      "path": "/rest/asset/v2/fragment/filter",
      "title": "List Fragments",
      "operationId": "filterContentUsingGET_fragment",
      "markdown": "asset/fragments-new/list-fragments.md",
      "json": "asset/fragments-new/list-fragments.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/state/transition",
      "title": "Update Email Status",
      "operationId": "stateTransitionUsingPOST_email",
      "markdown": "asset/emails-new/update-email-status.md",
      "json": "asset/emails-new/update-email-status.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/state/transition",
      "title": "Update Email Template Status",
      "operationId": "stateTransitionUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/update-email-template-status.md",
      "json": "asset/email-templates-new/update-email-template-status.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/state/transition",
      "title": "Update Fragment Status",
      "operationId": "stateTransitionUsingPOST_fragment",
      "markdown": "asset/fragments-new/update-fragment-status.md",
      "json": "asset/fragments-new/update-fragment-status.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/usedby",
      "title": "Get Email Used By",
      "operationId": "getContentUsedByUsingPOST_email",
      "markdown": "asset/emails-new/get-email-used-by.md",
      "json": "asset/emails-new/get-email-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/usedby",
      "title": "Get Email Template Used By",
      "operationId": "getContentUsedByUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/get-email-template-used-by.md",
      "json": "asset/email-templates-new/get-email-template-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/usedby",
      "title": "Get Fragment Used By",
      "operationId": "getContentUsedByUsingPOST_fragment",
      "markdown": "asset/fragments-new/get-fragment-used-by.md",
      "json": "asset/fragments-new/get-fragment-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "GET",
      "path": "/rest/asset/v2/email/{id}",
      "title": "Get Email by Id",
      "operationId": "getContentUsingGET_email",
      "markdown": "asset/emails-new/get-email-by-id.md",
      "json": "asset/emails-new/get-email-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "GET",
      "path": "/rest/asset/v2/emailtemplate/{id}",
      "title": "Get Email Template by Id",
      "operationId": "getContentUsingGET_emailtemplate",
      "markdown": "asset/email-templates-new/get-email-template-by-id.md",
      "json": "asset/email-templates-new/get-email-template-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "GET",
      "path": "/rest/asset/v2/fragment/{id}",
      "title": "Get Fragment by Id",
      "operationId": "getContentUsingGET_fragment",
      "markdown": "asset/fragments-new/get-fragment-by-id.md",
      "json": "asset/fragments-new/get-fragment-by-id.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/{id}/delete",
      "title": "Delete Email",
      "operationId": "deleteContentUsingPOST_email",
      "markdown": "asset/emails-new/delete-email.md",
      "json": "asset/emails-new/delete-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/{id}/delete",
      "title": "Delete Email Template",
      "operationId": "deleteContentUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/delete-email-template.md",
      "json": "asset/email-templates-new/delete-email-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/{id}/delete",
      "title": "Delete Fragment",
      "operationId": "deleteContentUsingPOST_fragment",
      "markdown": "asset/fragments-new/delete-fragment.md",
      "json": "asset/fragments-new/delete-fragment.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/{id}/update",
      "title": "Update Email",
      "operationId": "updateContentUsingPOST_email",
      "markdown": "asset/emails-new/update-email.md",
      "json": "asset/emails-new/update-email.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/{id}/update",
      "title": "Update Email Template",
      "operationId": "updateContentUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/update-email-template.md",
      "json": "asset/email-templates-new/update-email-template.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/{id}/update",
      "title": "Update Fragment",
      "operationId": "updateContentUsingPOST_fragment",
      "markdown": "asset/fragments-new/update-fragment.md",
      "json": "asset/fragments-new/update-fragment.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/bulk/get",
      "title": "Bulk Get Emails",
      "operationId": "bulkGetUsingPOST_email",
      "markdown": "asset/emails-new/bulk-get-emails.md",
      "json": "asset/emails-new/bulk-get-emails.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/bulk/get",
      "title": "Bulk Get Email Templates",
      "operationId": "bulkGetUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/bulk-get-email-templates.md",
      "json": "asset/email-templates-new/bulk-get-email-templates.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/bulk/get",
      "title": "Bulk Get Fragments",
      "operationId": "bulkGetUsingPOST_fragment",
      "markdown": "asset/fragments-new/bulk-get-fragments.md",
      "json": "asset/fragments-new/bulk-get-fragments.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/bulk/delete",
      "title": "Bulk Delete Emails",
      "operationId": "bulkDeleteUsingPOST_email",
      "markdown": "asset/emails-new/bulk-delete-emails.md",
      "json": "asset/emails-new/bulk-delete-emails.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/bulk/delete",
      "title": "Bulk Delete Email Templates",
      "operationId": "bulkDeleteUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/bulk-delete-email-templates.md",
      "json": "asset/email-templates-new/bulk-delete-email-templates.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/bulk/delete",
      "title": "Bulk Delete Fragments",
      "operationId": "bulkDeleteUsingPOST_fragment",
      "markdown": "asset/fragments-new/bulk-delete-fragments.md",
      "json": "asset/fragments-new/bulk-delete-fragments.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Emails (New)",
      "method": "POST",
      "path": "/rest/asset/v2/email/bulk/usedby",
      "title": "Bulk Get Emails Used By",
      "operationId": "bulkUsedByUsingPOST_email",
      "markdown": "asset/emails-new/bulk-get-emails-used-by.md",
      "json": "asset/emails-new/bulk-get-emails-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Email Templates (New)",
      "method": "POST",
      "path": "/rest/asset/v2/emailtemplate/bulk/usedby",
      "title": "Bulk Get Email Templates Used By",
      "operationId": "bulkUsedByUsingPOST_emailtemplate",
      "markdown": "asset/email-templates-new/bulk-get-email-templates-used-by.md",
      "json": "asset/email-templates-new/bulk-get-email-templates-used-by.operation.json"
    },
    {
      "source": "swagger-asset.json",
      "section": "asset",
      "tag": "Fragments (New)",
      "method": "POST",
      "path": "/rest/asset/v2/fragment/bulk/usedby",
      "title": "Bulk Get Fragments Used By",
      "operationId": "bulkUsedByUsingPOST_fragment",
      "markdown": "asset/fragments-new/bulk-get-fragments-used-by.md",
      "json": "asset/fragments-new/bulk-get-fragments-used-by.operation.json"
    },
    {
      "source": "swagger-data-ingestion.json",
      "section": "data-ingestion",
      "tag": "Persons",
      "method": "POST",
      "path": "/subscriptions/{munchkinId}/persons",
      "title": "Sync Persons",
      "operationId": "syncPersons",
      "markdown": "data-ingestion/persons/sync-persons.md",
      "json": "data-ingestion/persons/sync-persons.operation.json"
    },
    {
      "source": "swagger-data-ingestion.json",
      "section": "data-ingestion",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/subscriptions/{munchkinId}/customobjects/{customObjectAPIName}",
      "title": "Sync Custom Objects",
      "operationId": "syncCustomObjects",
      "markdown": "data-ingestion/custom-objects/sync-custom-objects.md",
      "json": "data-ingestion/custom-objects/sync-custom-objects.operation.json"
    },
    {
      "source": "swagger-data-ingestion.json",
      "section": "data-ingestion",
      "tag": "Companies",
      "method": "POST",
      "path": "/subscriptions/{munchkinId}/companies",
      "title": "Sync Companies",
      "operationId": "syncCompanies",
      "markdown": "data-ingestion/companies/sync-companies.md",
      "json": "data-ingestion/companies/sync-companies.operation.json"
    },
    {
      "source": "swagger-data-ingestion.json",
      "section": "data-ingestion",
      "tag": "Program Members",
      "method": "POST",
      "path": "/subscriptions/{munchkinId}/programmembers",
      "title": "Sync Program Member Status",
      "operationId": "syncProgramMembers",
      "markdown": "data-ingestion/program-members/sync-program-member-status.md",
      "json": "data-ingestion/program-members/sync-program-member-status.operation.json"
    },
    {
      "source": "swagger-data-ingestion.json",
      "section": "data-ingestion",
      "tag": "Program Members",
      "method": "POST",
      "path": "/subscriptions/{munchkinId}/programmembers/delete",
      "title": "Delete Program Members",
      "operationId": "deleteProgramMembers",
      "markdown": "data-ingestion/program-members/delete-program-members.md",
      "json": "data-ingestion/program-members/delete-program-members.operation.json"
    },
    {
      "source": "swagger-data-ingestion.json",
      "section": "data-ingestion",
      "tag": "Lists",
      "method": "POST",
      "path": "/subscriptions/{munchkinId}/lists",
      "title": "Add Leads to List",
      "operationId": "addToList",
      "markdown": "data-ingestion/lists/add-leads-to-list.md",
      "json": "data-ingestion/lists/add-leads-to-list.operation.json"
    },
    {
      "source": "swagger-data-ingestion.json",
      "section": "data-ingestion",
      "tag": "Lists",
      "method": "POST",
      "path": "/subscriptions/{munchkinId}/lists/remove",
      "title": "Remove Leads from List",
      "operationId": "removeFromList",
      "markdown": "data-ingestion/lists/remove-leads-from-list.md",
      "json": "data-ingestion/lists/remove-leads-from-list.operation.json"
    },
    {
      "source": "swagger-identity.json",
      "section": "identity",
      "tag": "Identity",
      "method": "GET",
      "path": "/identity/oauth/token",
      "title": "Identity",
      "operationId": "identityUsingGET",
      "markdown": "identity/identity/identity.md",
      "json": "identity/identity/identity.operation.json"
    },
    {
      "source": "swagger-identity.json",
      "section": "identity",
      "tag": "Identity",
      "method": "POST",
      "path": "/identity/oauth/token",
      "title": "Identity",
      "operationId": "identityUsingPOST",
      "markdown": "identity/identity/identity-2.md",
      "json": "identity/identity/identity-2.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Activities",
      "method": "GET",
      "path": "/bulk/v1/activities/export.json",
      "title": "Get Export Activity Jobs",
      "operationId": "getExportActivitiesUsingGET",
      "markdown": "core/bulk-export-activities/get-export-activity-jobs.md",
      "json": "core/bulk-export-activities/get-export-activity-jobs.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Activities",
      "method": "POST",
      "path": "/bulk/v1/activities/export/create.json",
      "title": "Create Export Activity Job",
      "operationId": "createExportActivitiesUsingPOST",
      "markdown": "core/bulk-export-activities/create-export-activity-job.md",
      "json": "core/bulk-export-activities/create-export-activity-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Activities",
      "method": "POST",
      "path": "/bulk/v1/activities/export/{exportId}/cancel.json",
      "title": "Cancel Export Activity Job",
      "operationId": "cancelExportActivitiesUsingPOST",
      "markdown": "core/bulk-export-activities/cancel-export-activity-job.md",
      "json": "core/bulk-export-activities/cancel-export-activity-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Activities",
      "method": "POST",
      "path": "/bulk/v1/activities/export/{exportId}/enqueue.json",
      "title": "Enqueue Export Activity Job",
      "operationId": "enqueueExportActivitiesUsingPOST",
      "markdown": "core/bulk-export-activities/enqueue-export-activity-job.md",
      "json": "core/bulk-export-activities/enqueue-export-activity-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Activities",
      "method": "GET",
      "path": "/bulk/v1/activities/export/{exportId}/file.json",
      "title": "Get Export Activity File",
      "operationId": "getExportActivitiesFileUsingGET",
      "markdown": "core/bulk-export-activities/get-export-activity-file.md",
      "json": "core/bulk-export-activities/get-export-activity-file.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Activities",
      "method": "GET",
      "path": "/bulk/v1/activities/export/{exportId}/status.json",
      "title": "Get Export Activity Job Status",
      "operationId": "getExportActivitiesStatusUsingGET",
      "markdown": "core/bulk-export-activities/get-export-activity-job-status.md",
      "json": "core/bulk-export-activities/get-export-activity-job-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Custom Objects",
      "method": "POST",
      "path": "/bulk/v1/customobjects/{apiName}/import.json",
      "title": "Import Custom Objects",
      "operationId": "importCustomObjectUsingPOST",
      "markdown": "core/bulk-import-custom-objects/import-custom-objects.md",
      "json": "core/bulk-import-custom-objects/import-custom-objects.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Custom Objects",
      "method": "GET",
      "path": "/bulk/v1/customobjects/{apiName}/import/{batchId}/failures.json",
      "title": "Get Import Custom Object Failures",
      "operationId": "getImportCustomObjectFailuresUsingGET",
      "markdown": "core/bulk-import-custom-objects/get-import-custom-object-failures.md",
      "json": "core/bulk-import-custom-objects/get-import-custom-object-failures.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Custom Objects",
      "method": "GET",
      "path": "/bulk/v1/customobjects/{apiName}/import/{batchId}/status.json",
      "title": "Get Import Custom Object Status",
      "operationId": "getImportCustomObjectStatusUsingGET",
      "markdown": "core/bulk-import-custom-objects/get-import-custom-object-status.md",
      "json": "core/bulk-import-custom-objects/get-import-custom-object-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Custom Objects",
      "method": "GET",
      "path": "/bulk/v1/customobjects/{apiName}/import/{batchId}/warnings.json",
      "title": "Get Import Custom Object Warnings",
      "operationId": "getImportCustomObjectWarningsUsingGET",
      "markdown": "core/bulk-import-custom-objects/get-import-custom-object-warnings.md",
      "json": "core/bulk-import-custom-objects/get-import-custom-object-warnings.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Program Members",
      "method": "POST",
      "path": "/bulk/v1/program/{programId}/members/import.json",
      "title": "Import Program Members",
      "operationId": "importProgramMemberUsingPOST",
      "markdown": "core/bulk-import-program-members/import-program-members.md",
      "json": "core/bulk-import-program-members/import-program-members.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Program Members",
      "method": "GET",
      "path": "/bulk/v1/program/members/import/{batchId}/failures.json",
      "title": "Get Import Program Member Failures",
      "operationId": "getImportProgramMemberFailuresUsingGET",
      "markdown": "core/bulk-import-program-members/get-import-program-member-failures.md",
      "json": "core/bulk-import-program-members/get-import-program-member-failures.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Program Members",
      "method": "GET",
      "path": "/bulk/v1/program/members/import/{batchId}/status.json",
      "title": "Get Import Program Member Status",
      "operationId": "getImportProgramMemberStatusUsingGET",
      "markdown": "core/bulk-import-program-members/get-import-program-member-status.md",
      "json": "core/bulk-import-program-members/get-import-program-member-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Program Members",
      "method": "GET",
      "path": "/bulk/v1/program/members/import/{batchId}/warnings.json",
      "title": "Get Import Program Member Warnings",
      "operationId": "getImportProgramMemberWarningsUsingGET",
      "markdown": "core/bulk-import-program-members/get-import-program-member-warnings.md",
      "json": "core/bulk-import-program-members/get-import-program-member-warnings.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Leads",
      "method": "POST",
      "path": "/bulk/v1/leads.json",
      "title": "Import Leads",
      "operationId": "importLeadUsingPOST",
      "markdown": "core/bulk-import-leads/import-leads.md",
      "json": "core/bulk-import-leads/import-leads.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Leads",
      "method": "GET",
      "path": "/bulk/v1/leads/batch/{batchId}.json",
      "title": "Get Import Lead Status",
      "operationId": "getImportLeadStatusUsingGET",
      "markdown": "core/bulk-import-leads/get-import-lead-status.md",
      "json": "core/bulk-import-leads/get-import-lead-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Leads",
      "method": "GET",
      "path": "/bulk/v1/leads/batch/{batchId}/failures.json",
      "title": "Get Import Lead Failures",
      "operationId": "getImportLeadFailuresUsingGET",
      "markdown": "core/bulk-import-leads/get-import-lead-failures.md",
      "json": "core/bulk-import-leads/get-import-lead-failures.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Import Leads",
      "method": "GET",
      "path": "/bulk/v1/leads/batch/{batchId}/warnings.json",
      "title": "Get Import Lead Warnings",
      "operationId": "getImportLeadWarningsUsingGET",
      "markdown": "core/bulk-import-leads/get-import-lead-warnings.md",
      "json": "core/bulk-import-leads/get-import-lead-warnings.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Leads",
      "method": "GET",
      "path": "/bulk/v1/leads/export.json",
      "title": "Get Export Lead Jobs",
      "operationId": "getExportLeadsUsingGET",
      "markdown": "core/bulk-export-leads/get-export-lead-jobs.md",
      "json": "core/bulk-export-leads/get-export-lead-jobs.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Leads",
      "method": "POST",
      "path": "/bulk/v1/leads/export/create.json",
      "title": "Create Export Lead Job",
      "operationId": "createExportLeadsUsingPOST",
      "markdown": "core/bulk-export-leads/create-export-lead-job.md",
      "json": "core/bulk-export-leads/create-export-lead-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Leads",
      "method": "POST",
      "path": "/bulk/v1/leads/export/{exportId}/cancel.json",
      "title": "Cancel Export Lead Job",
      "operationId": "cancelExportLeadsUsingPOST",
      "markdown": "core/bulk-export-leads/cancel-export-lead-job.md",
      "json": "core/bulk-export-leads/cancel-export-lead-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Leads",
      "method": "POST",
      "path": "/bulk/v1/leads/export/{exportId}/enqueue.json",
      "title": "Enqueue Export Lead Job",
      "operationId": "enqueueExportLeadsUsingPOST",
      "markdown": "core/bulk-export-leads/enqueue-export-lead-job.md",
      "json": "core/bulk-export-leads/enqueue-export-lead-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Leads",
      "method": "GET",
      "path": "/bulk/v1/leads/export/{exportId}/file.json",
      "title": "Get Export Lead File",
      "operationId": "getExportLeadsFileUsingGET",
      "markdown": "core/bulk-export-leads/get-export-lead-file.md",
      "json": "core/bulk-export-leads/get-export-lead-file.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Leads",
      "method": "GET",
      "path": "/bulk/v1/leads/export/{exportId}/status.json",
      "title": "Get Export Lead Job Status",
      "operationId": "getExportLeadsStatusUsingGET",
      "markdown": "core/bulk-export-leads/get-export-lead-job-status.md",
      "json": "core/bulk-export-leads/get-export-lead-job-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Custom Objects",
      "method": "GET",
      "path": "/bulk/v1/customobjects/{apiName}/export.json",
      "title": "Get Export Custom Object Jobs",
      "operationId": "getExportCustomObjectsUsingGET",
      "markdown": "core/bulk-export-custom-objects/get-export-custom-object-jobs.md",
      "json": "core/bulk-export-custom-objects/get-export-custom-object-jobs.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Custom Objects",
      "method": "POST",
      "path": "/bulk/v1/customobjects/{apiName}/export/create.json",
      "title": "Create Export Custom Object Job",
      "operationId": "createExportCustomObjectsUsingPOST",
      "markdown": "core/bulk-export-custom-objects/create-export-custom-object-job.md",
      "json": "core/bulk-export-custom-objects/create-export-custom-object-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Custom Objects",
      "method": "POST",
      "path": "/bulk/v1/customobjects/{apiName}/export/{exportId}/cancel.json",
      "title": "Cancel Export Custom Object Job",
      "operationId": "cancelExportCustomObjectsUsingPOST",
      "markdown": "core/bulk-export-custom-objects/cancel-export-custom-object-job.md",
      "json": "core/bulk-export-custom-objects/cancel-export-custom-object-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Custom Objects",
      "method": "POST",
      "path": "/bulk/v1/customobjects/{apiName}/export/{exportId}/enqueue.json",
      "title": "Enqueue Export Custom Object Job",
      "operationId": "enqueueExportCustomObjectsUsingPOST",
      "markdown": "core/bulk-export-custom-objects/enqueue-export-custom-object-job.md",
      "json": "core/bulk-export-custom-objects/enqueue-export-custom-object-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Custom Objects",
      "method": "GET",
      "path": "/bulk/v1/customobjects/{apiName}/export/{exportId}/file.json",
      "title": "Get Export Custom Object File",
      "operationId": "getExportCustomObjectsFileUsingGET",
      "markdown": "core/bulk-export-custom-objects/get-export-custom-object-file.md",
      "json": "core/bulk-export-custom-objects/get-export-custom-object-file.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Custom Objects",
      "method": "GET",
      "path": "/bulk/v1/customobjects/{apiName}/export/{exportId}/status.json",
      "title": "Get Export Custom Object Job Status",
      "operationId": "getExportCustomObjectsStatusUsingGET",
      "markdown": "core/bulk-export-custom-objects/get-export-custom-object-job-status.md",
      "json": "core/bulk-export-custom-objects/get-export-custom-object-job-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Program Members",
      "method": "GET",
      "path": "/bulk/v1/program/members/export.json",
      "title": "Get Export Program Member Jobs",
      "operationId": "getExportProgramMembersUsingGET",
      "markdown": "core/bulk-export-program-members/get-export-program-member-jobs.md",
      "json": "core/bulk-export-program-members/get-export-program-member-jobs.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Program Members",
      "method": "POST",
      "path": "/bulk/v1/program/members/export/create.json",
      "title": "Create Export Program Member Job",
      "operationId": "createExportProgramMembersUsingPOST",
      "markdown": "core/bulk-export-program-members/create-export-program-member-job.md",
      "json": "core/bulk-export-program-members/create-export-program-member-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Program Members",
      "method": "POST",
      "path": "/bulk/v1/program/members/export/{exportId}/cancel.json",
      "title": "Cancel Export Program Member Job",
      "operationId": "cancelExportProgramMembersUsingPOST",
      "markdown": "core/bulk-export-program-members/cancel-export-program-member-job.md",
      "json": "core/bulk-export-program-members/cancel-export-program-member-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Program Members",
      "method": "POST",
      "path": "/bulk/v1/program/members/export/{exportId}/enqueue.json",
      "title": "Enqueue Export Program Member Job",
      "operationId": "enqueueExportProgramMembersUsingPOST",
      "markdown": "core/bulk-export-program-members/enqueue-export-program-member-job.md",
      "json": "core/bulk-export-program-members/enqueue-export-program-member-job.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Program Members",
      "method": "GET",
      "path": "/bulk/v1/program/members/export/{exportId}/file.json",
      "title": "Get Export Program Member File",
      "operationId": "getExportProgramMembersFileUsingGET",
      "markdown": "core/bulk-export-program-members/get-export-program-member-file.md",
      "json": "core/bulk-export-program-members/get-export-program-member-file.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Bulk Export Program Members",
      "method": "GET",
      "path": "/bulk/v1/program/members/export/{exportId}/status.json",
      "title": "Get Export Program Member Job Status",
      "operationId": "getExportProgramMembersStatusUsingGET",
      "markdown": "core/bulk-export-program-members/get-export-program-member-job-status.md",
      "json": "core/bulk-export-program-members/get-export-program-member-job-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "GET",
      "path": "/rest/v1/activities.json",
      "title": "Get Lead Activities",
      "operationId": "getLeadActivitiesUsingGET",
      "markdown": "core/activities/get-lead-activities.md",
      "json": "core/activities/get-lead-activities.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "GET",
      "path": "/rest/v1/activities/deletedleads.json",
      "title": "Get Deleted Leads",
      "operationId": "getDeletedLeadsUsingGET",
      "markdown": "core/activities/get-deleted-leads.md",
      "json": "core/activities/get-deleted-leads.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external.json",
      "title": "Add Custom Activities",
      "operationId": "addCustomActivityUsingPOST",
      "markdown": "core/activities/add-custom-activities.md",
      "json": "core/activities/add-custom-activities.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type.json",
      "title": "Create Custom Activity Type",
      "operationId": "createCustomActivityTypeUsingPOST",
      "markdown": "core/activities/create-custom-activity-type.md",
      "json": "core/activities/create-custom-activity-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type/{apiName}.json",
      "title": "Update Custom Activity Type",
      "operationId": "updateCustomActivityTypeUsingPOST",
      "markdown": "core/activities/update-custom-activity-type.md",
      "json": "core/activities/update-custom-activity-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type/{apiName}/approve.json",
      "title": "Approve Custom Activity Type",
      "operationId": "approveCustomActivityTypeUsingPOST",
      "markdown": "core/activities/approve-custom-activity-type.md",
      "json": "core/activities/approve-custom-activity-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type/{apiName}/attributes/create.json",
      "title": "Create Custom Activity Type Attributes",
      "operationId": "createCustomActivityTypeAttributesUsingPOST",
      "markdown": "core/activities/create-custom-activity-type-attributes.md",
      "json": "core/activities/create-custom-activity-type-attributes.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type/{apiName}/attributes/delete.json",
      "title": "Delete Custom Activity Type Attributes",
      "operationId": "deleteCustomActivityTypeAttributesUsingPOST",
      "markdown": "core/activities/delete-custom-activity-type-attributes.md",
      "json": "core/activities/delete-custom-activity-type-attributes.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type/{apiName}/attributes/update.json",
      "title": "Update Custom Activity Type Attributes",
      "operationId": "updateCustomActivityTypeAttributesUsingPOST",
      "markdown": "core/activities/update-custom-activity-type-attributes.md",
      "json": "core/activities/update-custom-activity-type-attributes.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type/{apiName}/delete.json",
      "title": "Delete Custom Activity Type",
      "operationId": "deleteCustomActivityTypeUsingPOST",
      "markdown": "core/activities/delete-custom-activity-type.md",
      "json": "core/activities/delete-custom-activity-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "GET",
      "path": "/rest/v1/activities/external/type/{apiName}/describe.json",
      "title": "Describe Custom Activity Type",
      "operationId": "describeCustomActivityTypeUsingGET",
      "markdown": "core/activities/describe-custom-activity-type.md",
      "json": "core/activities/describe-custom-activity-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "POST",
      "path": "/rest/v1/activities/external/type/{apiName}/discardDraft.json",
      "title": "Discard Custom Activity Type Draft",
      "operationId": "discardDraftofCustomActivityTypeUsingPOST",
      "markdown": "core/activities/discard-custom-activity-type-draft.md",
      "json": "core/activities/discard-custom-activity-type-draft.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "GET",
      "path": "/rest/v1/activities/external/types.json",
      "title": "Get Custom Activity Types",
      "operationId": "getCustomActivityTypeUsingGET",
      "markdown": "core/activities/get-custom-activity-types.md",
      "json": "core/activities/get-custom-activity-types.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "GET",
      "path": "/rest/v1/activities/leadchanges.json",
      "title": "Get Lead Changes",
      "operationId": "getLeadChangesUsingGET",
      "markdown": "core/activities/get-lead-changes.md",
      "json": "core/activities/get-lead-changes.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "GET",
      "path": "/rest/v1/activities/pagingtoken.json",
      "title": "Get Paging Token",
      "operationId": "getActivitiesPagingTokenUsingGET",
      "markdown": "core/activities/get-paging-token.md",
      "json": "core/activities/get-paging-token.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Activities",
      "method": "GET",
      "path": "/rest/v1/activities/types.json",
      "title": "Get Activity Types",
      "operationId": "getAllActivityTypesUsingGET",
      "markdown": "core/activities/get-activity-types.md",
      "json": "core/activities/get-activity-types.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Campaigns",
      "method": "GET",
      "path": "/rest/v1/campaigns.json",
      "title": "Get Campaigns",
      "operationId": "getCampaignsUsingGET",
      "markdown": "core/campaigns/get-campaigns.md",
      "json": "core/campaigns/get-campaigns.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Campaigns",
      "method": "GET",
      "path": "/rest/v1/campaigns/{campaignId}.json",
      "title": "Get Campaign By Id",
      "operationId": "getCampaignByIdUsingGET",
      "markdown": "core/campaigns/get-campaign-by-id.md",
      "json": "core/campaigns/get-campaign-by-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Campaigns",
      "method": "POST",
      "path": "/rest/v1/campaigns/{campaignId}/schedule.json",
      "title": "Schedule Campaign",
      "operationId": "scheduleCampaignUsingPOST",
      "markdown": "core/campaigns/schedule-campaign.md",
      "json": "core/campaigns/schedule-campaign.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Campaigns",
      "method": "POST",
      "path": "/rest/v1/campaigns/{campaignId}/trigger.json",
      "title": "Request Campaign",
      "operationId": "triggerCampaignUsingPOST",
      "markdown": "core/campaigns/request-campaign.md",
      "json": "core/campaigns/request-campaign.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Companies",
      "method": "GET",
      "path": "/rest/v1/companies.json",
      "title": "Get Companies",
      "operationId": "getCompaniesUsingGET",
      "markdown": "core/companies/get-companies.md",
      "json": "core/companies/get-companies.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Companies",
      "method": "POST",
      "path": "/rest/v1/companies.json",
      "title": "Sync Companies",
      "operationId": "syncCompaniesUsingPOST",
      "markdown": "core/companies/sync-companies.md",
      "json": "core/companies/sync-companies.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Companies",
      "method": "POST",
      "path": "/rest/v1/companies/delete.json",
      "title": "Delete Companies",
      "operationId": "deleteCompaniesUsingPOST",
      "markdown": "core/companies/delete-companies.md",
      "json": "core/companies/delete-companies.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Companies",
      "method": "GET",
      "path": "/rest/v1/companies/describe.json",
      "title": "Describe Companies",
      "operationId": "describeUsingGET",
      "markdown": "core/companies/describe-companies.md",
      "json": "core/companies/describe-companies.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects.json",
      "title": "List Custom Objects",
      "operationId": "listCustomObjectsUsingGET",
      "markdown": "core/custom-objects/list-custom-objects.md",
      "json": "core/custom-objects/list-custom-objects.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects/{customObjectName}.json",
      "title": "Get Custom Objects",
      "operationId": "getCustomObjectsUsingGET",
      "markdown": "core/custom-objects/get-custom-objects.md",
      "json": "core/custom-objects/get-custom-objects.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/{customObjectName}.json",
      "title": "Sync Custom Objects",
      "operationId": "syncCustomObjectsUsingPOST",
      "markdown": "core/custom-objects/sync-custom-objects.md",
      "json": "core/custom-objects/sync-custom-objects.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/{customObjectName}/delete.json",
      "title": "Delete Custom Objects",
      "operationId": "deleteCustomObjectsUsingPOST",
      "markdown": "core/custom-objects/delete-custom-objects.md",
      "json": "core/custom-objects/delete-custom-objects.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects/{customObjectName}/describe.json",
      "title": "Describe Custom Objects",
      "operationId": "describeUsingGET_1",
      "markdown": "core/custom-objects/describe-custom-objects.md",
      "json": "core/custom-objects/describe-custom-objects.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects/schema.json",
      "title": "List Custom Object Types",
      "operationId": "listCustomObjectTypesUsingGET",
      "markdown": "core/custom-objects/list-custom-object-types.md",
      "json": "core/custom-objects/list-custom-object-types.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/schema.json",
      "title": "Sync Custom Object Type",
      "operationId": "syncCustomObjectTypeUsingPOST",
      "markdown": "core/custom-objects/sync-custom-object-type.md",
      "json": "core/custom-objects/sync-custom-object-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/schema/{apiName}/approve.json",
      "title": "Approve Custom Object Type",
      "operationId": "approveCustomObjectTypeUsingPOST",
      "markdown": "core/custom-objects/approve-custom-object-type.md",
      "json": "core/custom-objects/approve-custom-object-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/schema/{apiName}/discardDraft.json",
      "title": "Discard Custom Object Type Draft",
      "operationId": "discardCustomObjectTypeUsingPOST",
      "markdown": "core/custom-objects/discard-custom-object-type-draft.md",
      "json": "core/custom-objects/discard-custom-object-type-draft.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/schema/{apiName}/delete.json",
      "title": "Delete Custom Object Type",
      "operationId": "deleteCustomObjectTypeUsingPOST",
      "markdown": "core/custom-objects/delete-custom-object-type.md",
      "json": "core/custom-objects/delete-custom-object-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects/schema/{apiName}/describe.json",
      "title": "Describe Custom Object Type",
      "operationId": "describeCustomObjectTypeUsingGET",
      "markdown": "core/custom-objects/describe-custom-object-type.md",
      "json": "core/custom-objects/describe-custom-object-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/schema/{apiName}/addField.json",
      "title": "Add Custom Object Type Fields",
      "operationId": "addCustomObjectTypeFieldsUsingPOST",
      "markdown": "core/custom-objects/add-custom-object-type-fields.md",
      "json": "core/custom-objects/add-custom-object-type-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/schema/{apiName}/deleteField.json",
      "title": "Delete Custom Object Type Fields",
      "operationId": "deleteCustomObjectTypeFieldsUsingPOST",
      "markdown": "core/custom-objects/delete-custom-object-type-fields.md",
      "json": "core/custom-objects/delete-custom-object-type-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "POST",
      "path": "/rest/v1/customobjects/schema/{apiName}/{fieldApiName}/updateField.json",
      "title": "Update Custom Object Type Field",
      "operationId": "updateCustomObjectTypeFieldUsingPOST",
      "markdown": "core/custom-objects/update-custom-object-type-field.md",
      "json": "core/custom-objects/update-custom-object-type-field.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects/schema/fieldDataTypes.json",
      "title": "Get Custom Object Type Field Data Types",
      "operationId": "getCustomObjectTypeFieldDataTypesUsingGET",
      "markdown": "core/custom-objects/get-custom-object-type-field-data-types.md",
      "json": "core/custom-objects/get-custom-object-type-field-data-types.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects/schema/linkableObjects.json",
      "title": "Get Custom Object Linkable Objects",
      "operationId": "getCustomObjectTypeLinkableObjectsUsingGET",
      "markdown": "core/custom-objects/get-custom-object-linkable-objects.md",
      "json": "core/custom-objects/get-custom-object-linkable-objects.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Custom Objects",
      "method": "GET",
      "path": "/rest/v1/customobjects/schema/{apiName}/dependentAssets.json",
      "title": "Get Custom Object Dependent Assets",
      "operationId": "getCustomObjectTypeDependentAssetsUsingGET",
      "markdown": "core/custom-objects/get-custom-object-dependent-assets.md",
      "json": "core/custom-objects/get-custom-object-dependent-assets.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/lead/{leadId}.json",
      "title": "Get Lead by Id",
      "operationId": "getLeadByIdUsingGET",
      "markdown": "core/leads/get-lead-by-id.md",
      "json": "core/leads/get-lead-by-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads.json",
      "title": "Get Leads by Filter Type",
      "operationId": "getLeadsByFilterUsingGET",
      "markdown": "core/leads/get-leads-by-filter-type.md",
      "json": "core/leads/get-leads-by-filter-type.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads.json",
      "title": "Sync Leads",
      "operationId": "syncLeadUsingPOST",
      "markdown": "core/leads/sync-leads.md",
      "json": "core/leads/sync-leads.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/delete.json",
      "title": "Delete Leads",
      "operationId": "deleteLeadsUsingPOST",
      "markdown": "core/leads/delete-leads.md",
      "json": "core/leads/delete-leads.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/describe.json",
      "title": "Describe Lead",
      "operationId": "describeUsingGET_2",
      "markdown": "core/leads/describe-lead.md",
      "json": "core/leads/describe-lead.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/describe2.json",
      "title": "Describe Lead2",
      "operationId": "describeUsingGET_6",
      "markdown": "core/leads/describe-lead2.md",
      "json": "core/leads/describe-lead2.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/schema/fields/{fieldApiName}.json",
      "title": "Get Lead Field by Name",
      "operationId": "getLeadFieldByNameUsingGET",
      "markdown": "core/leads/get-lead-field-by-name.md",
      "json": "core/leads/get-lead-field-by-name.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/schema/fields/{fieldApiName}.json",
      "title": "Update Lead Field",
      "operationId": "updateLeadFieldUsingPOST",
      "markdown": "core/leads/update-lead-field.md",
      "json": "core/leads/update-lead-field.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/schema/fields.json",
      "title": "Get Lead Fields",
      "operationId": "getLeadFieldsUsingGET",
      "markdown": "core/leads/get-lead-fields.md",
      "json": "core/leads/get-lead-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/schema/fields.json",
      "title": "Create Lead Fields",
      "operationId": "createLeadFieldUsingPOST",
      "markdown": "core/leads/create-lead-fields.md",
      "json": "core/leads/create-lead-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "GET",
      "path": "/rest/v1/programs/members/schema/fields/{fieldApiName}.json",
      "title": "Get Program Member Field by Name",
      "operationId": "getProgramMemberFieldByNameUsingGET",
      "markdown": "core/program-members/get-program-member-field-by-name.md",
      "json": "core/program-members/get-program-member-field-by-name.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "POST",
      "path": "/rest/v1/programs/members/schema/fields/{fieldApiName}.json",
      "title": "Update Program Member Field",
      "operationId": "updateProgramMemberFieldUsingPOST",
      "markdown": "core/program-members/update-program-member-field.md",
      "json": "core/program-members/update-program-member-field.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "GET",
      "path": "/rest/v1/programs/members/schema/fields.json",
      "title": "Get Program Member Fields",
      "operationId": "getProgramMemberFieldsUsingGET",
      "markdown": "core/program-members/get-program-member-fields.md",
      "json": "core/program-members/get-program-member-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "POST",
      "path": "/rest/v1/programs/members/schema/fields.json",
      "title": "Create Program Member Fields",
      "operationId": "createProgramMemberFieldUsingPOST",
      "markdown": "core/program-members/create-program-member-fields.md",
      "json": "core/program-members/create-program-member-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Companies",
      "method": "GET",
      "path": "/rest/v1/companies/schema/fields/{fieldApiName}.json",
      "title": "Get Company Field by Name",
      "operationId": "getCompanyFieldByNameUsingGET",
      "markdown": "core/companies/get-company-field-by-name.md",
      "json": "core/companies/get-company-field-by-name.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Companies",
      "method": "GET",
      "path": "/rest/v1/companies/schema/fields.json",
      "title": "Get Company Fields",
      "operationId": "getCompanyFieldsUsingGET",
      "markdown": "core/companies/get-company-fields.md",
      "json": "core/companies/get-company-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "GET",
      "path": "/rest/v1/opportunities/schema/fields/{fieldApiName}.json",
      "title": "Get Opportunity Field by Name",
      "operationId": "getOpportunityFieldByNameUsingGET",
      "markdown": "core/opportunities/get-opportunity-field-by-name.md",
      "json": "core/opportunities/get-opportunity-field-by-name.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "GET",
      "path": "/rest/v1/opportunities/schema/fields.json",
      "title": "Get Opportunity Fields",
      "operationId": "getOpportunityFieldsUsingGET",
      "markdown": "core/opportunities/get-opportunity-fields.md",
      "json": "core/opportunities/get-opportunity-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Accounts",
      "method": "GET",
      "path": "/rest/v1/namedaccounts/schema/fields/{fieldApiName}.json",
      "title": "Get Named Account Field by Name",
      "operationId": "getNamedAccountFieldByNameUsingGET",
      "markdown": "core/named-accounts/get-named-account-field-by-name.md",
      "json": "core/named-accounts/get-named-account-field-by-name.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Accounts",
      "method": "GET",
      "path": "/rest/v1/namedaccounts/schema/fields.json",
      "title": "Get Named Account Fields",
      "operationId": "getNamedAccountFieldsUsingGET",
      "markdown": "core/named-accounts/get-named-account-fields.md",
      "json": "core/named-accounts/get-named-account-fields.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/program/members/describe.json",
      "title": "Describe Program Member",
      "operationId": "describeProgramMemberUsingGET",
      "markdown": "core/leads/describe-program-member.md",
      "json": "core/leads/describe-program-member.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "POST",
      "path": "/rest/v1/programs/{programId}/members/status.json",
      "title": "Sync Program Member Status",
      "operationId": "syncProgramMemberStatusUsingPOST",
      "markdown": "core/program-members/sync-program-member-status.md",
      "json": "core/program-members/sync-program-member-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "GET",
      "path": "/rest/v1/programs/{programId}/members.json",
      "title": "Get Program Members",
      "operationId": "getProgramMembersUsingGET",
      "markdown": "core/program-members/get-program-members.md",
      "json": "core/program-members/get-program-members.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "POST",
      "path": "/rest/v1/programs/{programId}/members.json",
      "title": "Sync Program Member Data",
      "operationId": "syncProgramMemberDataUsingPOST",
      "markdown": "core/program-members/sync-program-member-data.md",
      "json": "core/program-members/sync-program-member-data.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "POST",
      "path": "/rest/v1/programs/{programId}/members/delete.json",
      "title": "Delete Program Members",
      "operationId": "deleteProgramMemberUsingPOST",
      "markdown": "core/program-members/delete-program-members.md",
      "json": "core/program-members/delete-program-members.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Program Members",
      "method": "GET",
      "path": "/rest/v1/programs/members/describe.json",
      "title": "Describe Program Member",
      "operationId": "describeProgramMemberUsingGET2",
      "markdown": "core/program-members/describe-program-member.md",
      "json": "core/program-members/describe-program-member.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/partitions.json",
      "title": "Get Lead Partitions",
      "operationId": "getLeadPartitionsUsingGET",
      "markdown": "core/leads/get-lead-partitions.md",
      "json": "core/leads/get-lead-partitions.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/partitions.json",
      "title": "Update Lead Partition",
      "operationId": "updatePartitionsUsingPOST",
      "markdown": "core/leads/update-lead-partition.md",
      "json": "core/leads/update-lead-partition.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/programs/{programId}.json",
      "title": "Get Leads by Program Id",
      "operationId": "getLeadsByProgramIdUsingGET",
      "markdown": "core/leads/get-leads-by-program-id.md",
      "json": "core/leads/get-leads-by-program-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/programs/{programId}/status.json",
      "title": "Change Lead Program Status",
      "operationId": "changeLeadProgramStatusUsingPOST",
      "markdown": "core/leads/change-lead-program-status.md",
      "json": "core/leads/change-lead-program-status.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/push.json",
      "title": "Push Lead to Marketo",
      "operationId": "pushToMarketoUsingPOST",
      "markdown": "core/leads/push-lead-to-marketo.md",
      "json": "core/leads/push-lead-to-marketo.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/submitForm.json",
      "title": "Submit Form",
      "operationId": "SubmitFormUsingPOST",
      "markdown": "core/leads/submit-form.md",
      "json": "core/leads/submit-form.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/{leadId}/associate.json",
      "title": "Associate Lead",
      "operationId": "associateLeadUsingPOST",
      "markdown": "core/leads/associate-lead.md",
      "json": "core/leads/associate-lead.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "POST",
      "path": "/rest/v1/leads/{leadId}/merge.json",
      "title": "Merge Leads",
      "operationId": "mergeLeadsUsingPOST",
      "markdown": "core/leads/merge-leads.md",
      "json": "core/leads/merge-leads.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/{leadId}/listMembership.json",
      "title": "Get Lists by Lead Id",
      "operationId": "getListMembershipUsingGET",
      "markdown": "core/leads/get-lists-by-lead-id.md",
      "json": "core/leads/get-lists-by-lead-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/{leadId}/programMembership.json",
      "title": "Get Programs by Lead Id",
      "operationId": "getProgramMembershipUsingGET",
      "markdown": "core/leads/get-programs-by-lead-id.md",
      "json": "core/leads/get-programs-by-lead-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Leads",
      "method": "GET",
      "path": "/rest/v1/leads/{leadId}/smartCampaignMembership.json",
      "title": "Get Smart Campaigns by Lead Id",
      "operationId": "getSmartCampaignMembershipUsingGET",
      "markdown": "core/leads/get-smart-campaigns-by-lead-id.md",
      "json": "core/leads/get-smart-campaigns-by-lead-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/v1/list/{listId}/leads.json",
      "title": "Get Leads By List Id",
      "operationId": "getLeadsByListIdUsingGET",
      "markdown": "core/static-lists/get-leads-by-list-id.md",
      "json": "core/static-lists/get-leads-by-list-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/v1/lists.json",
      "title": "Get Lists",
      "operationId": "getListsUsingGET",
      "markdown": "core/static-lists/get-lists.md",
      "json": "core/static-lists/get-lists.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/v1/lists/{listId}.json",
      "title": "Get List by Id",
      "operationId": "getListByIdUsingGET",
      "markdown": "core/static-lists/get-list-by-id.md",
      "json": "core/static-lists/get-list-by-id.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/v1/lists/{listId}/leads.json",
      "title": "Get Leads By List Id",
      "operationId": "getLeadsByListIdUsingGET_1",
      "markdown": "core/static-lists/get-leads-by-list-id-2.md",
      "json": "core/static-lists/get-leads-by-list-id-2.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Static Lists",
      "method": "POST",
      "path": "/rest/v1/lists/{listId}/leads.json",
      "title": "Add to List",
      "operationId": "addLeadsToListUsingPOST",
      "markdown": "core/static-lists/add-to-list.md",
      "json": "core/static-lists/add-to-list.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Static Lists",
      "method": "DELETE",
      "path": "/rest/v1/lists/{listId}/leads.json",
      "title": "Remove from List",
      "operationId": "removeLeadsFromListUsingDELETE",
      "markdown": "core/static-lists/remove-from-list.md",
      "json": "core/static-lists/remove-from-list.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Static Lists",
      "method": "GET",
      "path": "/rest/v1/lists/{listId}/leads/ismember.json",
      "title": "Member of List",
      "operationId": "areLeadsMemberOfListUsingGET",
      "markdown": "core/static-lists/member-of-list.md",
      "json": "core/static-lists/member-of-list.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Account Lists",
      "method": "GET",
      "path": "/rest/v1/namedAccountList/{id}/namedAccounts.json",
      "title": "Get Named Account List Members",
      "operationId": "getNamedAccountListMembersUsingGET",
      "markdown": "core/named-account-lists/get-named-account-list-members.md",
      "json": "core/named-account-lists/get-named-account-list-members.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Account Lists",
      "method": "POST",
      "path": "/rest/v1/namedAccountList/{id}/namedAccounts.json",
      "title": "Add Named Account List Members",
      "operationId": "addNamedAccountListMembersUsingPOST",
      "markdown": "core/named-account-lists/add-named-account-list-members.md",
      "json": "core/named-account-lists/add-named-account-list-members.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Account Lists",
      "method": "POST",
      "path": "/rest/v1/namedAccountList/{id}/namedAccounts/remove.json",
      "title": "Remove Named Account List Members",
      "operationId": "removeNamedAccountListMembersUsingPOST",
      "markdown": "core/named-account-lists/remove-named-account-list-members.md",
      "json": "core/named-account-lists/remove-named-account-list-members.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Account Lists",
      "method": "GET",
      "path": "/rest/v1/namedAccountLists.json",
      "title": "Get Named Account Lists",
      "operationId": "getNamedAccountListsUsingGET",
      "markdown": "core/named-account-lists/get-named-account-lists.md",
      "json": "core/named-account-lists/get-named-account-lists.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Account Lists",
      "method": "POST",
      "path": "/rest/v1/namedAccountLists.json",
      "title": "Sync Named Account Lists",
      "operationId": "syncNamedAccountListsUsingPOST",
      "markdown": "core/named-account-lists/sync-named-account-lists.md",
      "json": "core/named-account-lists/sync-named-account-lists.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Account Lists",
      "method": "POST",
      "path": "/rest/v1/namedAccountLists/delete.json",
      "title": "Delete Named Account Lists",
      "operationId": "deleteNamedAccountListsUsingPOST",
      "markdown": "core/named-account-lists/delete-named-account-lists.md",
      "json": "core/named-account-lists/delete-named-account-lists.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Accounts",
      "method": "GET",
      "path": "/rest/v1/namedaccounts.json",
      "title": "Get NamedAccounts",
      "operationId": "getNamedAccountsUsingGET",
      "markdown": "core/named-accounts/get-namedaccounts.md",
      "json": "core/named-accounts/get-namedaccounts.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Accounts",
      "method": "POST",
      "path": "/rest/v1/namedaccounts.json",
      "title": "Sync NamedAccounts",
      "operationId": "syncNamedAccountsUsingPOST",
      "markdown": "core/named-accounts/sync-namedaccounts.md",
      "json": "core/named-accounts/sync-namedaccounts.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Accounts",
      "method": "POST",
      "path": "/rest/v1/namedaccounts/delete.json",
      "title": "Delete NamedAccounts",
      "operationId": "deleteNamedAccountsUsingPOST",
      "markdown": "core/named-accounts/delete-namedaccounts.md",
      "json": "core/named-accounts/delete-namedaccounts.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Named Accounts",
      "method": "GET",
      "path": "/rest/v1/namedaccounts/describe.json",
      "title": "Describe NamedAccounts",
      "operationId": "describeUsingGET_3",
      "markdown": "core/named-accounts/describe-namedaccounts.md",
      "json": "core/named-accounts/describe-namedaccounts.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "GET",
      "path": "/rest/v1/opportunities.json",
      "title": "Get Opportunities",
      "operationId": "getOpportunitiesUsingGET",
      "markdown": "core/opportunities/get-opportunities.md",
      "json": "core/opportunities/get-opportunities.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "POST",
      "path": "/rest/v1/opportunities.json",
      "title": "Sync Opportunities",
      "operationId": "syncOpportunitiesUsingPOST",
      "markdown": "core/opportunities/sync-opportunities.md",
      "json": "core/opportunities/sync-opportunities.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "POST",
      "path": "/rest/v1/opportunities/delete.json",
      "title": "Delete Opportunities",
      "operationId": "deleteOpportunitiesUsingPOST",
      "markdown": "core/opportunities/delete-opportunities.md",
      "json": "core/opportunities/delete-opportunities.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "GET",
      "path": "/rest/v1/opportunities/describe.json",
      "title": "Describe Opportunity",
      "operationId": "describeUsingGET_4",
      "markdown": "core/opportunities/describe-opportunity.md",
      "json": "core/opportunities/describe-opportunity.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "GET",
      "path": "/rest/v1/opportunities/roles.json",
      "title": "Get Opportunity Roles",
      "operationId": "getOpportunityRolesUsingGET",
      "markdown": "core/opportunities/get-opportunity-roles.md",
      "json": "core/opportunities/get-opportunity-roles.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "POST",
      "path": "/rest/v1/opportunities/roles.json",
      "title": "Sync Opportunity Roles",
      "operationId": "syncOpportunityRolesUsingPOST",
      "markdown": "core/opportunities/sync-opportunity-roles.md",
      "json": "core/opportunities/sync-opportunity-roles.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "POST",
      "path": "/rest/v1/opportunities/roles/delete.json",
      "title": "Delete Opportunity Roles",
      "operationId": "deleteOpportunityRolesUsingPOST",
      "markdown": "core/opportunities/delete-opportunity-roles.md",
      "json": "core/opportunities/delete-opportunity-roles.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Opportunities",
      "method": "GET",
      "path": "/rest/v1/opportunities/roles/describe.json",
      "title": "Describe Opportunity Role",
      "operationId": "describeOpportunityRoleUsingGET",
      "markdown": "core/opportunities/describe-opportunity-role.md",
      "json": "core/opportunities/describe-opportunity-role.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Sales Persons",
      "method": "GET",
      "path": "/rest/v1/salespersons.json",
      "title": "Get SalesPersons",
      "operationId": "getSalesPersonUsingGET",
      "markdown": "core/sales-persons/get-salespersons.md",
      "json": "core/sales-persons/get-salespersons.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Sales Persons",
      "method": "POST",
      "path": "/rest/v1/salespersons.json",
      "title": "Sync SalesPersons",
      "operationId": "syncSalesPersonsUsingPOST",
      "markdown": "core/sales-persons/sync-salespersons.md",
      "json": "core/sales-persons/sync-salespersons.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Sales Persons",
      "method": "POST",
      "path": "/rest/v1/salespersons/delete.json",
      "title": "Delete SalesPersons",
      "operationId": "deleteSalesPersonUsingPOST",
      "markdown": "core/sales-persons/delete-salespersons.md",
      "json": "core/sales-persons/delete-salespersons.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Sales Persons",
      "method": "GET",
      "path": "/rest/v1/salespersons/describe.json",
      "title": "Describe SalesPersons",
      "operationId": "describeUsingGET_5",
      "markdown": "core/sales-persons/describe-salespersons.md",
      "json": "core/sales-persons/describe-salespersons.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Usage",
      "method": "GET",
      "path": "/rest/v1/stats/errors.json",
      "title": "Get Daily Errors",
      "operationId": "getDailyErrorsUsingGET",
      "markdown": "core/usage/get-daily-errors.md",
      "json": "core/usage/get-daily-errors.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Usage",
      "method": "GET",
      "path": "/rest/v1/stats/errors/last7days.json",
      "title": "Get Weekly Errors",
      "operationId": "getLast7DaysErrorsUsingGET",
      "markdown": "core/usage/get-weekly-errors.md",
      "json": "core/usage/get-weekly-errors.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Usage",
      "method": "GET",
      "path": "/rest/v1/stats/usage.json",
      "title": "Get Daily Usage",
      "operationId": "getDailyUsageUsingGET",
      "markdown": "core/usage/get-daily-usage.md",
      "json": "core/usage/get-daily-usage.operation.json"
    },
    {
      "source": "swagger-mapi.json",
      "section": "core",
      "tag": "Usage",
      "method": "GET",
      "path": "/rest/v1/stats/usage/last7days.json",
      "title": "Get Weekly Usage",
      "operationId": "getLast7DaysUsageUsingGET",
      "markdown": "core/usage/get-weekly-usage.md",
      "json": "core/usage/get-weekly-usage.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "GET",
      "path": "/userservice/management/v1/users/allusers.json",
      "title": "Get Users",
      "operationId": "getUsersUsingGET",
      "markdown": "user-management/user-management/get-users.md",
      "json": "user-management/user-management/get-users.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "POST",
      "path": "/userservice/management/v1/users/invite.json",
      "title": "Invite User",
      "operationId": "inviteUserUsingPOST",
      "markdown": "user-management/user-management/invite-user.md",
      "json": "user-management/user-management/invite-user.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "GET",
      "path": "/userservice/management/v1/users/roles.json",
      "title": "Get Roles",
      "operationId": "getRolesUsingGET",
      "markdown": "user-management/user-management/get-roles.md",
      "json": "user-management/user-management/get-roles.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "GET",
      "path": "/userservice/management/v1/users/workspaces.json",
      "title": "Get Workspaces",
      "operationId": "getWorkspacesUsingGET",
      "markdown": "user-management/user-management/get-workspaces.md",
      "json": "user-management/user-management/get-workspaces.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "POST",
      "path": "/userservice/management/v1/users/{userid}/delete.json",
      "title": "Delete User",
      "operationId": "deleteUserUsingPOST",
      "markdown": "user-management/user-management/delete-user.md",
      "json": "user-management/user-management/delete-user.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "POST",
      "path": "/userservice/management/v1/users/{userid}/invite/delete.json",
      "title": "Delete Invited User",
      "operationId": "deleteInvitedUserUsingPOST",
      "markdown": "user-management/user-management/delete-invited-user.md",
      "json": "user-management/user-management/delete-invited-user.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "POST",
      "path": "/userservice/management/v1/users/{userid}/update.json",
      "title": "Update User Attributes",
      "operationId": "updateUserAttributeUsingPOST",
      "markdown": "user-management/user-management/update-user-attributes.md",
      "json": "user-management/user-management/update-user-attributes.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "GET",
      "path": "/userservice/management/v1/users/{userid}/roles.json",
      "title": "Get Roles and Workspaces by Id",
      "operationId": "getUserRolesAndWorkspacesUsingGET",
      "markdown": "user-management/user-management/get-roles-and-workspaces-by-id.md",
      "json": "user-management/user-management/get-roles-and-workspaces-by-id.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "POST",
      "path": "/userservice/management/v1/users/{userid}/roles/create.json",
      "title": "Add Roles",
      "operationId": "addRolesUsingPOST",
      "markdown": "user-management/user-management/add-roles.md",
      "json": "user-management/user-management/add-roles.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "POST",
      "path": "/userservice/management/v1/users/{userid}/roles/delete.json",
      "title": "Delete Roles",
      "operationId": "deleteRolesUsingPOST",
      "markdown": "user-management/user-management/delete-roles.md",
      "json": "user-management/user-management/delete-roles.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "GET",
      "path": "/userservice/management/v1/users/{userid}/user.json",
      "title": "Get User by Id",
      "operationId": "getUserUsingGET",
      "markdown": "user-management/user-management/get-user-by-id.md",
      "json": "user-management/user-management/get-user-by-id.operation.json"
    },
    {
      "source": "swagger-user.json",
      "section": "user-management",
      "tag": "User Management",
      "method": "GET",
      "path": "/userservice/management/v1/users/{userid}/invite.json",
      "title": "Get Invited User by Id",
      "operationId": "getInvitedUserUsingGET",
      "markdown": "user-management/user-management/get-invited-user-by-id.md",
      "json": "user-management/user-management/get-invited-user-by-id.operation.json"
    }
  ]
}
