content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tags:\n - Conversations\noperationId: get-details-of-a-conversation\nsummary: Conversation Details\ndescription: Get all details regarding a conversation with all messages in the conversation\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/conversation_show'\n 404:\n description: Conversation not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\show.yml | show.yml | YAML | 375 | 0.8 | 0 | 0 | awesome-app | 193 | 2024-06-26T09:19:52.703830 | Apache-2.0 | false | 70c4b8175e4c69764f4f39e994d751a6 |
tags:\n - Conversations\noperationId: toggle-priority-of-a-conversation\nsummary: Toggle Priority\ndescription: Toggles the priority of conversation\nsecurity:\n - userApiKey: []\n - agentBotApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - priority\n properties:\n priority:\n type: string\n enum: ["urgent", "high", "medium", "low", "none"]\n description: "The priority of the conversation"\nresponses:\n 200:\n description: Success\n 404:\n description: Conversation not found\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\toggle_priority.yml | toggle_priority.yml | YAML | 628 | 0.85 | 0 | 0 | awesome-app | 483 | 2025-01-06T21:08:49.152630 | Apache-2.0 | false | a2ec8b0f31f51cddc210bd5678310c07 |
tags:\n - Conversations\noperationId: toggle-status-of-a-conversation\nsummary: Toggle Status\ndescription: Toggles the status of the conversation between open and resolved\nsecurity:\n - userApiKey: []\n - agentBotApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - status\n properties:\n status:\n type: string\n enum: ["open", "resolved", "pending"]\n description: The status of the conversation\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/conversation_status_toggle'\n 404:\n description: Conversation not found\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\toggle_status.yml | toggle_status.yml | YAML | 698 | 0.95 | 0 | 0 | react-lib | 909 | 2024-12-21T07:43:52.756768 | MIT | false | fb7746efd062c0154b2a194c2a010d2e |
tags:\n - Conversations\noperationId: update-conversation\nsummary: Update Conversation\ndescription: Update Conversation Attributes\nsecurity:\n - userApiKey: []\n - agentBotApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n properties:\n priority:\n type: string\n enum: ["urgent", "high", "medium", "low", "none"]\n description: "The priority of the conversation"\n sla_policy_id:\n type: number\n description: "The ID of the SLA policy (Available only in Enterprise edition)"\nresponses:\n 200:\n description: Success\n 404:\n description: Conversation not found\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\update.yml | update.yml | YAML | 712 | 0.85 | 0 | 0 | python-kit | 958 | 2025-04-12T22:49:59.741478 | MIT | false | 2a41c59607c7f7393af3ccdea2e1ca78 |
post:\n tags:\n - Conversations\n operationId: conversationUpdateLastSeen\n summary: Update Last Seen\n description: Updates the last seen of the conversation so that conversations will have the bubbles in the agents screen\n parameters:\n - name: id\n in: path\n type: number\n description: ID of the conversation\n required: true\n responses:\n 200:\n description: Success\n 404:\n description: Contact not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\update_last_seen.yml | update_last_seen.yml | YAML | 489 | 0.85 | 0 | 0 | react-lib | 309 | 2025-04-18T05:50:14.151480 | BSD-3-Clause | false | 90dd1af4de94eb4d8aa7e781a9e5fa11 |
tags:\n - Conversation Labels\noperationId: conversation-add-labels\nsummary: Add Labels\ndescription: Add labels to a conversation. Note that this API would overwrite the existing list of labels associated to the conversation.\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n properties:\n labels:\n type: array\n description: Array of labels (comma-separated strings)\n items:\n type: string\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/conversation_labels'\n 404:\n description: Conversation not found\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\labels\create.yml | create.yml | YAML | 665 | 0.95 | 0 | 0 | node-utils | 798 | 2025-03-21T07:52:47.344946 | MIT | false | 7771b40507a274a158d1e71b2e6504ca |
tags:\n - Conversation Labels\noperationId: list-all-labels-of-a-conversation\nsummary: List Labels\ndescription: Lists all the labels of a conversation\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/conversation_labels'\n 404:\n description: Conversation not found\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\labels\index.yml | index.yml | YAML | 337 | 0.8 | 0 | 0 | python-kit | 391 | 2025-01-18T13:37:17.274738 | MIT | false | 90cc92e3599c954f37fb9c8c8fb7420e |
tags:\n - Messages\noperationId: create-a-new-message-in-a-conversation\nsummary: Create New Message\ndescription: Create a new message in the conversation\nsecurity:\n - userApiKey: []\n - agentBotApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/conversation_message_create'\nresponses:\n 200:\n description: Success\n schema:\n allOf:\n - $ref: '#/definitions/generic_id'\n - $ref: '#/definitions/message'\n 404:\n description: Conversation not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\messages\create.yml | create.yml | YAML | 568 | 0.95 | 0 | 0 | python-kit | 289 | 2024-01-23T08:43:48.973137 | MIT | false | d5576cd91e7d34bbcce6554783d4aa94 |
post:\n tags:\n - Messages\n operationId: conversationNewMessageAttachment\n summary: Create New Message Attachment\n description: Create an attachment message. Refer to this discussion if you have any further doubts. https://github.com/chatwoot/chatwoot/discussions/1809#discussioncomment-1211845\n consumes:\n - multipart/form-data\n security:\n - userApiKey: []\n - agentBotApiKey: []\n parameters:\n - $ref: '#/parameters/account_id'\n - $ref: '#/parameters/conversation_id'\n required: true\n - in: formData\n name: content\n type: string\n description: The content of the message\n required: true\n - in: formData\n name: message_type\n type: string\n enum: ['outgoing', 'incoming']\n - in: formData\n name: private\n type: boolean\n description: Flag to identify if it is a private note\n - in: formData\n name: attachments[]\n type: array\n description: The files to be uploaded.\n items:\n type: string\n format: binary\n\n\n responses:\n 200:\n description: Success\n schema:\n allOf:\n - $ref: '#/definitions/generic_id'\n - $ref: '#/definitions/message'\n 404:\n description: Conversation not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\messages\create_attachment.yml | create_attachment.yml | YAML | 1,281 | 0.95 | 0.041667 | 0 | awesome-app | 154 | 2023-08-23T07:38:46.047930 | BSD-3-Clause | false | cb17f409efd4c27fb8c52faedd97c8f0 |
tags:\n - Messages\noperationId: delete-a-message\nsummary: Delete a message\ndescription: Delete a message and it's attachments from the conversation.\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The message or conversation does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\messages\delete.yml | delete.yml | YAML | 311 | 0.7 | 0 | 0 | node-utils | 502 | 2024-04-18T02:28:10.445327 | BSD-3-Clause | false | a5d84b8f2cbe8508987be1bf686e8b97 |
tags:\n - Messages\noperationId: list-all-messages\nsummary: Get messages\ndescription: List all messages of a conversation\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: Array of messages\n items:\n allOf:\n - $ref: '#/definitions/generic_id'\n - $ref: '#/definitions/message'\n 404:\n description: Conversation not found\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\conversation\messages\index.yml | index.yml | YAML | 430 | 0.8 | 0 | 0 | vue-tools | 307 | 2025-02-06T06:45:13.885696 | MIT | false | 16bffca807f11f6351b2ce04591b27d2 |
tags:\n - Custom Attributes\noperationId: add-new-custom-attribute-to-account\nsummary: Add a new custom attribute\ndescription: Add a new custom attribute to account\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/custom_attribute_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/custom_attribute'\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_attributes\create.yml | create.yml | YAML | 470 | 0.95 | 0 | 0 | awesome-app | 502 | 2024-10-18T13:41:48.472406 | GPL-3.0 | false | a16ecfc3df21d9ad1a47f0bcc08fe0bd |
tags:\n - Custom Attributes\noperationId: delete-custom-attribute-from-account\nsummary: Remove a custom attribute from account\ndescription: Remove a custom attribute from account\nsecurity:\n - userApiKey: []\nparameters:\n - $ref: '#/parameters/account_id'\n - in: path\n name: id\n type: integer\n required: true\n description: The ID of the custom attribute to be deleted\nresponses:\n 200:\n description: Success\n 404:\n description: Custom attribute not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_attributes\delete.yml | delete.yml | YAML | 512 | 0.95 | 0 | 0 | python-kit | 371 | 2025-01-30T00:57:54.591367 | Apache-2.0 | false | a537d071f8ba41c214b3b6f000967c9e |
tags:\n - Custom Attributes\noperationId: get-account-custom-attribute\nsummary: List all custom attributes in an account\nparameters:\n - name: attribute_model\n in: query\n type: string\n enum: ['0', '1']\n description: conversation_attribute(0)/contact_attribute(1)\n required: true\ndescription: Get details of custom attributes in an Account\nsecurity:\n - userApiKey: []\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of all custom attributes'\n items:\n $ref: '#/definitions/custom_attribute'\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_attributes\index.yml | index.yml | YAML | 625 | 0.95 | 0 | 0 | react-lib | 288 | 2023-10-18T06:24:00.165241 | MIT | false | cba4ddf01c5db02cb77adc7307ca4a8a |
tags:\n - Custom Attributes\noperationId: get-details-of-a-single-custom-attribute\nsummary: Get a custom attribute details\ndescription: Get the details of a custom attribute in the account\nparameters:\n - $ref: '#/parameters/account_id'\n - in: path\n name: id\n type: integer\n required: true\n description: The ID of the custom attribute to be updated.\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/custom_attribute'\n 401:\n description: Unauthorized\n 404:\n description: The given attribute ID does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_attributes\show.yml | show.yml | YAML | 576 | 0.95 | 0 | 0 | awesome-app | 854 | 2025-04-20T23:43:09.393099 | MIT | false | ebf0aab8239916db44569e167609e175 |
tags:\n - Custom Attributes\noperationId: update-custom-attribute-in-account\nsummary: Update custom attribute in Account\ndescription: Update a custom attribute in account\nsecurity:\n - userApiKey: []\nparameters:\n - in: path\n name: id\n type: integer\n required: true\n description: The ID of the custom attribute to be updated.\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/custom_attribute_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n description: 'The updated custom attribute'\n $ref: '#/definitions/custom_attribute'\n 404:\n description: Agent not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_attributes\update.yml | update.yml | YAML | 695 | 0.95 | 0 | 0 | vue-tools | 30 | 2023-11-16T08:45:39.411186 | Apache-2.0 | false | 7c0886e27c3c04ba6e530732b223e445 |
tags:\n - Custom Filters\noperationId: create-a-custom-filter\nsummary: Create a custom filter\ndescription: Create a custom filter in the account\nparameters:\n - $ref: '#/parameters/account_id'\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/custom_filter_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/custom_filter'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_filters\create.yml | create.yml | YAML | 449 | 0.95 | 0 | 0 | react-lib | 32 | 2023-08-06T02:08:16.832853 | GPL-3.0 | false | 0d0ee9270aa3702b7ffa873f1084b38c |
tags:\n - Custom Filters\noperationId: delete-a-custom-filter\nsummary: Delete a custom filter\ndescription: Delete a custom filter from the account\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The custom filter does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_filters\delete.yml | delete.yml | YAML | 298 | 0.7 | 0 | 0 | python-kit | 770 | 2025-04-01T00:15:23.013800 | GPL-3.0 | false | 9c5df59919ad99ba59c50cdd80e7b7b4 |
tags:\n - Custom Filters\noperationId: list-all-filters\nsummary: List all custom filters\ndescription: List all custom filters in a category of a user\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of custom filters'\n items:\n $ref: '#/definitions/custom_filter'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_filters\index.yml | index.yml | YAML | 361 | 0.8 | 0 | 0 | awesome-app | 183 | 2024-05-28T02:54:33.043961 | GPL-3.0 | false | cb5897d126f49208a09194432d7d6e61 |
tags:\n - Custom Filters\noperationId: get-details-of-a-single-custom-filter\nsummary: Get a custom filter details\ndescription: Get the details of a custom filter in the account\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/custom_filter'\n 401:\n description: Unauthorized\n 404:\n description: The given team ID does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_filters\show.yml | show.yml | YAML | 382 | 0.8 | 0 | 0 | node-utils | 482 | 2024-09-25T16:35:49.367297 | Apache-2.0 | false | f12aac542fd2e32c138f535dbd835a23 |
tags:\n - Custom Filters\noperationId: update-a-custom-filter\nsummary: Update a custom filter\ndescription: Update a custom filter's attributes\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/custom_filter_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/custom_filter'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\custom_filters\update.yml | update.yml | YAML | 411 | 0.95 | 0 | 0 | react-lib | 851 | 2023-11-17T15:40:46.554201 | GPL-3.0 | false | b95cbe01428baf7e064b592bb34733d2 |
post:\n tags:\n - Inboxes\n operationId: inboxCreation\n summary: Create an inbox\n description: You can create more than one website inbox in each account\n parameters:\n - $ref: '#/parameters/account_id'\n - name: data\n in: body\n required: true\n schema:\n type: object\n properties:\n name:\n type: string\n description: The name of the inbox\n avatar:\n type: string\n format: binary\n description: File for avatar image\n channel:\n type: object\n properties:\n type:\n type: string\n enum: ['web_widget']\n website_url:\n type: string\n description: URL at which the widget will be loaded\n welcome_title:\n type: string\n description: Welcome title to be displayed on the widget\n welcome_tagline:\n type: string\n description: Welcome tagline to be displayed on the widget\n agent_away_message:\n type: string\n description: A message which will be sent if there is not agent available. This is not available if agentbot is connected\n widget_color:\n type: string\n description: A Hex-color string used to customize the widget\n responses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/inbox'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\create.yml | create.yml | YAML | 1,587 | 0.95 | 0.058824 | 0 | react-lib | 447 | 2024-02-06T00:09:55.866303 | Apache-2.0 | false | eaa44e7d31b9e6091c205894b7469f98 |
get:\n tags:\n - Inboxes\n operationId: getInboxAgentBot\n summary: Show Inbox Agent Bot\n description: See if an agent bot is associated to the Inbox\n parameters:\n - $ref: '#/parameters/account_id'\n - name: id\n in: path\n type: number\n description: ID of the inbox\n required: true\n responses:\n 204:\n description: Success\n schema:\n $ref: '#/definitions/agent_bot'\n 404:\n description: Inbox not found, Agent bot not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\get_agent_bot.yml | get_agent_bot.yml | YAML | 520 | 0.95 | 0.045455 | 0 | vue-tools | 968 | 2024-02-13T15:02:41.933048 | GPL-3.0 | false | 23f7d48ebdc3bcb90e8ee2fd1cdd2681 |
get:\n tags:\n - Inboxes\n operationId: listAllInboxes\n summary: List all inboxes\n description: List all inboxes available in the current account\n parameters:\n - $ref: '#/parameters/account_id'\n responses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of inboxes'\n items:\n $ref: '#/definitions/inbox'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\index.yml | index.yml | YAML | 464 | 0.8 | 0 | 0 | python-kit | 995 | 2024-10-08T03:37:24.208976 | BSD-3-Clause | false | c6de117ae3c725c1fcfe75fc4ed09a96 |
post:\n tags:\n - Inboxes\n operationId: updateAgentBot\n summary: Add or remove agent bot\n description: To add an agent bot pass agent_bot id, to remove agent bot from an inbox pass null\n parameters:\n - $ref: '#/parameters/account_id'\n - name: id\n in: path\n type: number\n description: ID of the inbox\n required: true\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - agent_bot\n properties:\n agent_bot:\n type: number\n description: 'Agent bot ID'\n responses:\n 204:\n description: Success\n 404:\n description: Inbox not found, Agent bot not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\set_agent_bot.yml | set_agent_bot.yml | YAML | 738 | 0.95 | 0 | 0 | node-utils | 606 | 2023-10-30T10:39:23.488171 | Apache-2.0 | false | e5ab38c5d6b21f4b44e0b2d65655a4f5 |
get:\n tags:\n - Inboxes\n operationId: GetInbox\n summary: Get an inbox\n description: Get an inbox available in the current account\n parameters:\n - $ref: '#/parameters/account_id'\n - name: id\n in: path\n type: number\n description: ID of the inbox\n required: true\n responses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/inbox'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\show.yml | show.yml | YAML | 480 | 0.95 | 0 | 0 | node-utils | 142 | 2023-10-09T17:09:47.171159 | BSD-3-Clause | false | ca7bbc1e8f33805aef11ee493efc5986 |
patch:\n tags:\n - Inboxes\n operationId: updateInbox\n summary: Update Inbox\n description: Add avatar and disable auto assignment for an inbox\n parameters:\n - $ref: '#/parameters/account_id'\n - name: id\n in: path\n type: number\n description: ID of the inbox\n required: true\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - enable_auto_assignment\n properties:\n name:\n type: string\n description: The name of the inbox\n enable_auto_assignment:\n type: boolean\n description: 'Enable Auto Assignment'\n avatar:\n type: string\n format: binary\n description: 'Image file for avatar'\n channel:\n type: object\n properties:\n website_url:\n type: string\n description: URL at which the widget will be loaded\n welcome_title:\n type: string\n description: Welcome title to be displayed on the widget\n welcome_tagline:\n type: string\n description: Welcome tagline to be displayed on the widget\n agent_away_message:\n type: string\n description: A message which will be sent if there is not agent available. This is not available if agentbot is connected\n widget_color:\n type: string\n description: A Hex-color string used to customize the widget\n responses:\n 200:\n description: Success\n schema:\n type: object\n description: 'Updated inbox object'\n $ref: '#/definitions/inbox'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\update.yml | update.yml | YAML | 1,825 | 0.95 | 0.066667 | 0 | react-lib | 34 | 2024-12-25T11:17:49.000932 | MIT | false | 32cd9069048c6a98b6864f7231fdee1c |
tags:\n - Inboxes\noperationId: add-new-agent-to-inbox\nsummary: Add a New Agent\ndescription: Add a new Agent to Inbox\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - inbox_id\n - user_ids\n properties:\n inbox_id:\n type: string\n description: The ID of the inbox\n user_ids:\n type: array\n items:\n type: integer\n description: IDs of users to be added to the inbox\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of all active agents'\n items:\n $ref: '#/definitions/agent'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n 422:\n description: User must exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\inbox_members\create.yml | create.yml | YAML | 836 | 0.95 | 0 | 0 | python-kit | 189 | 2023-10-26T11:44:28.255186 | MIT | false | 99471b9c4642836cf2246d7bcae6fa39 |
tags:\n - Inboxes\noperationId: delete-agent-in-inbox\nsummary: Remove an Agent from Inbox\ndescription: Remove an Agent from Inbox\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - inbox_id\n - user_ids\n properties:\n inbox_id:\n type: string\n description: The ID of the inbox\n user_ids:\n type: array\n items:\n type: integer\n description: IDs of users to be deleted from the inbox\nresponses:\n 200:\n description: Success\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n 422:\n description: User must exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\inbox_members\delete.yml | delete.yml | YAML | 713 | 0.85 | 0 | 0 | node-utils | 974 | 2024-12-26T22:57:05.873466 | Apache-2.0 | false | b08117eeb5cf997e2ff9077c3dd95674 |
tags:\n - Inboxes\noperationId: get-inbox-members\nsummary: List Agents in Inbox\ndescription: Get Details of Agents in an Inbox\nsecurity:\n - userApiKey: []\nparameters:\n - $ref: '#/parameters/inbox_id'\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of all active agents'\n items:\n $ref: '#/definitions/agent'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\inbox_members\show.yml | show.yml | YAML | 457 | 0.8 | 0 | 0 | vue-tools | 401 | 2024-10-28T04:40:30.399541 | GPL-3.0 | false | 84cb1aedca4a23795ec17222489825ea |
tags:\n - Inboxes\noperationId: update-agents-in-inbox\nsummary: Update Agents in Inbox\ndescription: All agents except the one passed in params will be removed\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - inbox_id\n - user_ids\n properties:\n inbox_id:\n type: string\n description: The ID of the inbox\n user_ids:\n type: array\n items:\n type: integer\n description: IDs of users to be added to the inbox\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of all active agents'\n items:\n $ref: '#/definitions/agent'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n 422:\n description: User must exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\inboxes\inbox_members\update.yml | update.yml | YAML | 873 | 0.95 | 0 | 0 | node-utils | 277 | 2025-01-12T19:08:36.346339 | Apache-2.0 | false | ad552edeced8889ec632f1f0ad96d365 |
tags:\n - Integrations\noperationId: get-details-of-all-integrations\nsummary: List all the Integrations\ndescription: Get the details of all Integrations available for the account\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of Integration apps'\n items:\n $ref: '#/definitions/integrations_app'\n 401:\n description: Unauthorized\n 404:\n description: Url not found\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\integrations\apps\show.yml | show.yml | YAML | 433 | 0.8 | 0.058824 | 0 | node-utils | 36 | 2025-05-10T02:05:06.414388 | BSD-3-Clause | false | 9ee76280eefcb224a65b97636c88c341 |
tags:\n - Integrations\noperationId: create-an-integration-hook\nsummary: Create an integration hook\ndescription: Create an integration hook\nparameters:\n - $ref: '#/parameters/account_id'\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/integrations_hook_create_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/integrations_hook'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\integrations\hooks\create.yml | create.yml | YAML | 445 | 0.95 | 0 | 0 | vue-tools | 608 | 2024-10-14T04:20:38.053436 | MIT | false | ca34ba8196fc5e7e4a1a869db911360a |
tags:\n - Integrations\noperationId: delete-an-integration-hook\nsummary: Delete an Integration Hook\ndescription: Delete an Integration Hook\nparameters:\n - $ref: '#/parameters/account_id'\n - $ref: '#/parameters/hook_id'\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The hook does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\integrations\hooks\delete.yml | delete.yml | YAML | 364 | 0.8 | 0 | 0 | node-utils | 266 | 2025-06-09T22:36:05.442113 | MIT | false | b05b311c06ecc55519c9e6b983505541 |
tags:\n - Integrations\noperationId: update-an-integrations-hook\nsummary: Update an Integration Hook\ndescription: Update an Integration Hook\nparameters:\n - $ref: '#/parameters/account_id'\n - $ref: '#/parameters/hook_id'\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/integrations_hook_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/integrations_hook'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\integrations\hooks\update.yml | update.yml | YAML | 479 | 0.95 | 0 | 0 | vue-tools | 516 | 2023-08-28T07:40:50.303411 | MIT | false | 814b4c166bc2bf6f0f55af6e53d1dadc |
tags:\n - Help Center\noperationId: add-new-portal-to-account\nsummary: Add a new portal\ndescription: Add a new portal to account\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/portal_create_update_payload'\nresponses:\n '200':\n description: Success\n schema:\n $ref: '#/definitions/portal'\n '403':\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\portal\create.yml | create.yml | YAML | 417 | 0.95 | 0 | 0 | python-kit | 270 | 2024-03-02T17:17:58.248194 | GPL-3.0 | false | 4b22cac6b668253a114c74012121e4ab |
tags:\n - Help Center\noperationId: get-portal\nsummary: List all portals in an account\nparameters:\n - $ref: '#/parameters/account_id'\ndescription: Get details of portals in an Account\nsecurity:\n - userApiKey: []\nresponses:\n '200':\n description: Success\n schema:\n type: array\n description: Array of all portals\n items:\n $ref: '#/definitions/portal'\n '403':\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\portal\index.yml | index.yml | YAML | 418 | 0.8 | 0 | 0 | react-lib | 502 | 2023-09-29T22:46:32.273050 | GPL-3.0 | false | bf6ae7c70a4186c65f6ddfe90b71bc81 |
tags:\n - Help Center\noperationId: update-new-portal-to-account\nsummary: update a new portal\ndescription: update a new portal to account\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/portal_create_update_payload'\nresponses:\n '200':\n description: Success\n schema:\n $ref: '#/definitions/portal'\n '403':\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\portal\update.yml | update.yml | YAML | 426 | 0.95 | 0 | 0 | awesome-app | 326 | 2024-01-27T19:28:46.600573 | GPL-3.0 | false | f6ce429de890f47f6637252ed3dc81d3 |
tags:\n - Reports\noperationId: list-all-conversation-statistics\nsummary: Get Account reports\ndescription: Get Account reports for a specific type, metric and date range\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of date based conversation statistics'\n items:\n type: object\n properties:\n value:\n type: string\n timestamp:\n type: number\n 404:\n description: reports not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\reports\index.yml | index.yml | YAML | 529 | 0.7 | 0.045455 | 0 | vue-tools | 310 | 2023-10-04T09:50:52.098622 | MIT | false | d86950a4df3809e235166e0c06d81f2e |
tags:\n - Reports\noperationId: list-all-conversation-statistics-summary\nsummary: Get Account reports summary\ndescription: Get Account reports summary for a specific type and date range\nresponses:\n 200:\n description: Success\n schema:\n description: 'Object of summary metrics'\n $ref: '#/definitions/account_summary'\n 404:\n description: reports not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\reports\summary.yml | summary.yml | YAML | 411 | 0.8 | 0.066667 | 0 | vue-tools | 401 | 2023-10-15T20:21:04.509816 | BSD-3-Clause | false | 56218f2833877e19acf31b9f57ba0174 |
tags:\n - Reports\noperationId: get-account-conversation-metrics\nsummary: Account Conversation Metrics\ndescription: Get conversation metrics for Account\nresponses:\n 200:\n description: Success\n schema:\n type: object\n description: 'Object of account conversation metrics'\n properties:\n open:\n type: number\n unattended:\n type: number\n unassigned:\n type: number\n \n 404:\n description: reports not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\reports\conversation\account.yml | account.yml | YAML | 516 | 0.7 | 0.043478 | 0 | python-kit | 175 | 2024-11-09T21:51:37.363168 | BSD-3-Clause | false | af311729a29e8f5d97473494e134fd01 |
tags:\n - Reports\noperationId: get-agent-conversation-metrics\nsummary: Agent Conversation Metrics\ndescription: Get conversation metrics for Agent\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of agent based conversation metrics'\n items:\n $ref: '#/definitions/agent_conversation_metrics'\n \n 404:\n description: reports not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\reports\conversation\agent.yml | agent.yml | YAML | 441 | 0.8 | 0.055556 | 0 | python-kit | 803 | 2024-12-16T17:20:42.041439 | GPL-3.0 | false | 7c389c6310420c9f648a4a10a490aea8 |
tags:\n - Teams\noperationId: create-a-team\nsummary: Create a team\ndescription: Create a team in the account\nparameters:\n - $ref: '#/parameters/account_id'\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/team_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/team'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\teams\create.yml | create.yml | YAML | 395 | 0.95 | 0 | 0 | python-kit | 259 | 2024-03-11T06:03:02.774599 | GPL-3.0 | false | f34809bf3188e22ce252eedf160f1d6a |
tags:\n - Teams\noperationId: delete-a-team\nsummary: Delete a team\ndescription: Delete a team from the account\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The team does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\teams\delete.yml | delete.yml | YAML | 253 | 0.7 | 0 | 0 | python-kit | 917 | 2025-04-20T16:44:43.785763 | Apache-2.0 | false | fa97d0ad73f40fcee1682f6b79617c16 |
tags:\n - Teams\noperationId: list-all-teams\nsummary: List all teams\ndescription: List all teams available in the current account\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of teams'\n items:\n $ref: '#/definitions/team'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\teams\index.yml | index.yml | YAML | 323 | 0.8 | 0 | 0 | react-lib | 376 | 2024-12-10T05:19:31.109759 | Apache-2.0 | false | f9593c098bc6cfae64e0b7c52aa90962 |
tags:\n - Teams\noperationId: get-details-of-a-single-team\nsummary: Get a team details\ndescription: Get the details of a team in the account\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/team'\n 401:\n description: Unauthorized\n 404:\n description: The given team ID does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\teams\show.yml | show.yml | YAML | 337 | 0.8 | 0 | 0 | vue-tools | 136 | 2024-02-06T21:36:25.037822 | MIT | false | e4ff14c713f969c18765e28d7a8633d9 |
tags:\n - Teams\noperationId: update-a-team\nsummary: Update a team\ndescription: Update a team's attributes\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/team_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/team'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\teams\update.yml | update.yml | YAML | 357 | 0.95 | 0 | 0 | react-lib | 83 | 2024-06-21T08:25:30.018658 | BSD-3-Clause | false | 24ad5881e3892866c0d56c20f55d9d89 |
tags:\n - Teams\noperationId: add-new-agent-to-team\nsummary: Add a New Agent\ndescription: Add a new Agent to Team\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - user_ids\n properties:\n user_ids:\n type: array\n items:\n type: integer\n description: IDs of users to be added to the team\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of all active agents'\n items:\n $ref: '#/definitions/agent'\n 404:\n description: Team not found\n 403:\n description: Access denied\n 422:\n description: User must exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\team_members\create.yml | create.yml | YAML | 725 | 0.95 | 0 | 0 | node-utils | 584 | 2024-06-17T07:44:20.809229 | BSD-3-Clause | false | e4e77a6f219122fb1169291c2784cb54 |
tags:\n - Teams\noperationId: delete-agent-in-team\nsummary: Remove an Agent from Team\ndescription: Remove an Agent from Team\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - team_id\n - user_ids\n properties:\n user_ids:\n type: array\n items:\n type: integer\n description: IDs of users to be deleted from the team\nresponses:\n 200:\n description: Success\n 404:\n description: Team not found\n 403:\n description: Access denied\n 422:\n description: User must exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\team_members\delete.yml | delete.yml | YAML | 621 | 0.85 | 0 | 0 | vue-tools | 97 | 2023-12-21T14:47:46.870768 | BSD-3-Clause | false | 31e55b2e5ecf026c9ed0ff96267e1c3e |
tags:\n - Teams\noperationId: get-team-members\nsummary: List Agents in Team\ndescription: Get Details of Agents in an Team\nsecurity:\n - userApiKey: []\nparameters:\n - $ref: '#/parameters/account_id'\n - $ref: '#/parameters/team_id'\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of all agents in the team'\n items:\n $ref: '#/definitions/agent'\n 404:\n description: Inbox not found\n 403:\n description: Access denied\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\team_members\index.yml | index.yml | YAML | 492 | 0.8 | 0 | 0 | node-utils | 43 | 2023-12-27T23:27:17.883391 | MIT | false | bad5122d0bf34e3a745b6c808b98562a |
tags:\n - Teams\noperationId: update-agents-in-team\nsummary: Update Agents in Team\ndescription: All agents except the one passed in params will be removed\nsecurity:\n - userApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - user_ids\n properties:\n user_ids:\n type: array\n items:\n type: integer\n description: IDs of users to be added to the team\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of all agents in the team'\n items:\n $ref: '#/definitions/agent'\n 404:\n description: Team not found\n 403:\n description: Access denied\n 422:\n description: User must exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\team_members\update.yml | update.yml | YAML | 769 | 0.95 | 0 | 0 | react-lib | 194 | 2023-09-28T23:34:06.410771 | GPL-3.0 | false | 13d1331608a45a79bc6709b8daf1dd5e |
tags:\n - Webhooks\noperationId: create-a-webhook\nsummary: Add a webhook\ndescription: Add a webhook subscription to the account\nparameters:\n - $ref: '#/parameters/account_id'\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/webhook_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/webhook'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\webhooks\create.yml | create.yml | YAML | 420 | 0.95 | 0 | 0 | awesome-app | 327 | 2025-03-04T15:27:54.698806 | Apache-2.0 | false | a98e08eb306003d38799a515a0a6d272 |
tags:\n - Webhooks\noperationId: delete-a-webhook\nsummary: Delete a webhook\ndescription: Delete a webhook from the account\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The webhook does not exist in the account\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\webhooks\delete.yml | delete.yml | YAML | 268 | 0.7 | 0 | 0 | awesome-app | 375 | 2024-10-20T21:36:42.384947 | Apache-2.0 | false | 0f798169d04aad44e774c8b38d7d888b |
tags:\n - Webhooks\noperationId: list-all-webhooks\nsummary: List all webhooks\ndescription: List all webhooks in the account\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of webhook objects'\n items:\n $ref: '#/definitions/webhook'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\webhooks\index.yml | index.yml | YAML | 331 | 0.8 | 0 | 0 | awesome-app | 786 | 2024-06-30T19:50:33.930949 | BSD-3-Clause | false | c7a3cc4af7dea95476b3986d47012321 |
tags:\n - Webhooks\noperationId: update-a-webhook\nsummary: Update a webhook object\ndescription: Update a webhook object in the account\nparameters:\n - $ref: '#/parameters/account_id'\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/webhook_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/webhook'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\application\webhooks\update.yml | update.yml | YAML | 427 | 0.95 | 0 | 0 | node-utils | 502 | 2024-10-17T17:01:29.509506 | Apache-2.0 | false | 3d7cbb29718c677d035b84813ea68d9a |
tags:\n - Accounts\noperationId: create-an-account\nsummary: Create an Account\ndescription: Create an Account\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/account_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/platform_account'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\accounts\create.yml | create.yml | YAML | 410 | 0.95 | 0 | 0 | react-lib | 182 | 2023-09-23T04:32:01.622284 | MIT | false | 47c74036f4eb77b001c443e706cac1c6 |
tags:\n - Accounts\noperationId: delete-an-account\nsummary: Delete an Account\ndescription: Delete an Account\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The account does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\accounts\delete.yml | delete.yml | YAML | 275 | 0.7 | 0 | 0 | node-utils | 209 | 2025-01-20T00:35:21.036135 | Apache-2.0 | false | f7bfb1ed64aa2f19cc8c8d943873d96c |
tags:\n - Accounts\noperationId: get-details-of-an-account\nsummary: Get an account details\ndescription: Get the details of an account\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/platform_account'\n 401:\n description: Unauthorized\n 404:\n description: The given account does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\accounts\show.yml | show.yml | YAML | 363 | 0.8 | 0 | 0 | vue-tools | 162 | 2024-12-27T18:36:02.886521 | Apache-2.0 | false | 1c90733dc7f035c4d39c6e894a99d188 |
tags:\n - Accounts\noperationId: update-an-account\nsummary: Update an account\ndescription: Update an account's attributes\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/account_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/platform_account'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\accounts\update.yml | update.yml | YAML | 423 | 0.95 | 0 | 0 | vue-tools | 804 | 2024-03-04T23:40:25.904157 | MIT | false | 962b181a86e14f619536e8b6320b9836 |
tags:\n - Account Users\noperationId: create-an-account-user\nsummary: Create an Account User\ndescription: Create an Account User\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - user_id\n - role\n properties: \n user_id:\n type: integer\n description: The ID of the user\n role:\n type: string\n description: whether user is an administrator or agent\n \nresponses:\n 200:\n description: Success\n schema:\n properties: \n account_id:\n type: integer\n description: The ID of the user\n user_id:\n type: integer\n description: The ID of the user\n role:\n type: string\n description: whether user is an administrator or agent\n \n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\account_users\create.yml | create.yml | YAML | 903 | 0.85 | 0 | 0 | awesome-app | 804 | 2024-12-27T18:45:00.810807 | MIT | false | 49977cbd8ad99381b5e4a0899d425db9 |
tags:\n - Account Users\noperationId: delete-an-account-user\nsummary: Delete an Account User\ndescription: Delete an Account User\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n type: object\n required:\n - user_id\n properties: \n user_id:\n type: integer\n description: The ID of the user\n\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The account does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\account_users\delete.yml | delete.yml | YAML | 522 | 0.85 | 0 | 0 | python-kit | 162 | 2024-10-10T14:03:31.369509 | MIT | false | 475d37bbf5b4d40011e04236584f29d7 |
tags:\n - Account Users\noperationId: list-all-account-users\nsummary: List all Account Users\ndescription: List all account users\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of account users'\n items:\n type: object\n properties: \n account_id:\n type: integer\n description: The ID of the user\n user_id:\n type: integer\n description: The ID of the user\n role:\n type: string\n description: whether user is an administrator or agent\n \n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\account_users\index.yml | index.yml | YAML | 669 | 0.7 | 0 | 0 | vue-tools | 760 | 2025-03-08T20:12:28.310966 | MIT | false | c56f99d929d752c556884083ceccbe9d |
tags:\n - AgentBots\noperationId: create-an-agent-bot\nsummary: Create an Agent Bot\ndescription: Create an agent bot\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/agent_bot_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/agent_bot'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\agent_bots\create.yml | create.yml | YAML | 412 | 0.95 | 0 | 0 | awesome-app | 991 | 2025-04-10T16:59:33.164682 | GPL-3.0 | false | a8e64957ad5b3c863b7fe1a29eb6009f |
tags:\n - AgentBots\noperationId: delete-an-agent-bot\nsummary: Delete an AgentBot\ndescription: Delete an AgentBot\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The agent bot does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\agent_bots\delete.yml | delete.yml | YAML | 282 | 0.7 | 0 | 0 | node-utils | 266 | 2024-08-11T01:35:41.842607 | Apache-2.0 | false | 20d325e0720a9437700f6a9c2e59503d |
tags:\n - AgentBots\noperationId: list-all-agent-bots\nsummary: List all AgentBots\ndescription: List all agent bots available\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of agent bots'\n items:\n $ref: '#/definitions/agent_bot'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\agent_bots\index.yml | index.yml | YAML | 364 | 0.8 | 0 | 0 | react-lib | 823 | 2023-07-22T10:24:26.645416 | BSD-3-Clause | false | 2da3072d8bc17e5844c90b7a9262a79e |
tags:\n - AgentBots\noperationId: get-details-of-a-single-agent-bot\nsummary: Get an agent bot details\ndescription: Get the details of an agent bot\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/agent_bot'\n 401:\n description: Unauthorized\n 404:\n description: The given agent bot ID does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\agent_bots\show.yml | show.yml | YAML | 374 | 0.8 | 0 | 0 | python-kit | 248 | 2025-05-28T18:00:17.363081 | Apache-2.0 | false | bafc32d61047cc5be751ea75eeff6695 |
tags:\n - AgentBots\noperationId: update-an-agent-bot\nsummary: Update an agent bot\ndescription: Update an agent bot's attributes\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/agent_bot_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/agent_bot'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\agent_bots\update.yml | update.yml | YAML | 425 | 0.95 | 0 | 0 | react-lib | 801 | 2025-05-17T13:30:14.700255 | BSD-3-Clause | false | 21a002d95191d2f93297991ee247a3c5 |
tags:\n - Users\noperationId: create-a-user\nsummary: Create a User\ndescription: Create a User\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/user_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/user'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\users\create.yml | create.yml | YAML | 380 | 0.95 | 0 | 0 | react-lib | 607 | 2023-12-28T11:31:18.824750 | Apache-2.0 | false | 4cfd6d3c9821f7aae87473cae760ded4 |
tags:\n - Users\noperationId: delete-a-user\nsummary: Delete a User\ndescription: Delete a User\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n 401:\n description: Unauthorized\n 404:\n description: The user does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\users\delete.yml | delete.yml | YAML | 257 | 0.7 | 0 | 0 | python-kit | 443 | 2024-02-23T09:55:00.287807 | BSD-3-Clause | false | 8f98f0dc14d125daf76ce16e0080b928 |
tags:\n - Users\noperationId: get-sso-url-of-a-user\nsummary: Get User SSO Link\ndescription: Get the sso link of a user\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n schema:\n type: object\n properties:\n url:\n type: string\n description: SSO url to autenticate the user\n 401:\n description: Unauthorized\n 404:\n description: The given user does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\users\login.yml | login.yml | YAML | 428 | 0.7 | 0 | 0 | awesome-app | 167 | 2024-06-16T16:18:17.319271 | MIT | false | ce6b3b6443521719032bb5eacba33562 |
tags:\n - Users\noperationId: get-details-of-a-user\nsummary: Get an user details\ndescription: Get the details of an user\nsecurity:\n - platformAppApiKey: []\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/user'\n 401:\n description: Unauthorized\n 404:\n description: The given user does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\users\show.yml | show.yml | YAML | 335 | 0.8 | 0 | 0 | vue-tools | 745 | 2024-08-09T18:35:26.666315 | MIT | false | f322f86309c63249fd01fdca10add354 |
tags:\n - Users\noperationId: update-a-user\nsummary: Update a user\ndescription: Update a user's attributes\nsecurity:\n - platformAppApiKey: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/user_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/user'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\platform\users\update.yml | update.yml | YAML | 393 | 0.95 | 0 | 0 | node-utils | 219 | 2023-10-16T08:12:41.236084 | Apache-2.0 | false | 56868e6fb76379380816124d77e4a326 |
get:\n tags:\n - Profile\n operationId: fetchProfile\n summary: Fetch user profile\n description: Get the user profile details\n responses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/user'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\profile\index.yml | index.yml | YAML | 268 | 0.8 | 0 | 0 | python-kit | 187 | 2025-01-02T07:39:37.188781 | MIT | false | 8302099394d3a00eba5b494ba9681477 |
tags:\n - Inbox API\noperationId: get-details-of-a-inbox\nsummary: Inbox details\ndescription: Get the details of an inbox\nsecurity: []\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_inbox'\n 401:\n description: Unauthorized\n 404:\n description: The given inbox does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\show.yml | show.yml | YAML | 321 | 0.8 | 0 | 0 | python-kit | 380 | 2023-10-17T01:34:21.106360 | BSD-3-Clause | false | de3766cfadf33d3b266914bf277e4aa5 |
tags:\n - Contacts API\noperationId: create-a-contact\nsummary: Create a contact\ndescription: Create a contact\nsecurity: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/public_contact_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_contact'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\contacts\create.yml | create.yml | YAML | 393 | 0.95 | 0 | 0 | node-utils | 814 | 2024-10-24T11:24:19.355348 | MIT | false | 6438ff196acc852a10cf81bdd50054b5 |
tags:\n - Contacts API\noperationId: get-details-of-a-contact\nsummary: Get a contact\ndescription: Get the details of a contact\nsecurity: []\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_contact'\n 401:\n description: Unauthorized\n 404:\n description: The given contact does not exist\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\contacts\show.yml | show.yml | YAML | 331 | 0.8 | 0 | 0 | react-lib | 634 | 2023-12-14T00:26:10.997782 | GPL-3.0 | false | 875bfbfa42bbedc385f5f72b31085f98 |
tags:\n - Contacts API\noperationId: update-a-contact\nsummary: Update a contact\ndescription: Update a contact's attributes\nsecurity: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/public_contact_create_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_contact'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\contacts\update.yml | update.yml | YAML | 406 | 0.95 | 0 | 0 | react-lib | 267 | 2024-05-26T07:57:48.338455 | Apache-2.0 | false | 5dd0c79f228c40ce2a8a281be0c52289 |
tags:\n - Conversations API\noperationId: create-a-conversation\nsummary: Create a conversation\ndescription: Create a conversation\nsecurity: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/public_conversation_create_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_conversation'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\conversations\create.yml | create.yml | YAML | 416 | 0.95 | 0 | 0 | python-kit | 798 | 2025-02-28T10:14:19.918727 | MIT | false | e3bfe1b1f6444bd50f3d0ae25c2c8958 |
tags:\n - Conversations API\noperationId: list-all-contact-conversations\nsummary: List all conversations\ndescription: List all conversations for the contact\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of conversations'\n items:\n $ref: '#/definitions/public_conversation'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\conversations\index.yml | index.yml | YAML | 373 | 0.8 | 0.066667 | 0 | python-kit | 543 | 2024-09-24T07:01:32.251504 | GPL-3.0 | false | c15e6b572d5bafab00b7a581c1ad14c9 |
tags:\n - Conversations API\noperationId: get-single-conversation\nsummary: Get a single conversation\ndescription: Retrieves the details of a specific conversation\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_conversation'\n 401:\n description: Unauthorized\n 404:\n description: Conversation not found\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\conversations\show.yml | show.yml | YAML | 349 | 0.8 | 0 | 0 | awesome-app | 489 | 2025-01-26T21:25:25.735087 | BSD-3-Clause | false | 46be2f5fd6282d6e1a44afdd7e0661be |
tags:\n - Conversations API\noperationId: resolve-conversation\nsummary: Resolve a conversation\ndescription: Marks a conversation as resolved\nresponses:\n 200:\n description: Conversation resolved successfully\n schema:\n $ref: '#/definitions/public_conversation'\n 401:\n description: Unauthorized\n 404:\n description: Conversation not found\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\conversations\toggle_status.yml | toggle_status.yml | YAML | 354 | 0.8 | 0 | 0 | node-utils | 650 | 2025-07-09T12:35:04.560207 | GPL-3.0 | false | 81c44561fc44de56656db423bcc811b1 |
tags:\n - Conversations API\noperationId: toggle-typing-status\nsummary: Toggle typing status\ndescription: Toggles the typing status in a conversation\nparameters:\n - name: typing_status\n in: query\n required: true\n type: string\n description: Typing status, either 'on' or 'off'\nresponses:\n 200:\n description: Typing status toggled successfully\n 401:\n description: Unauthorized\n 404:\n description: Conversation not found\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\conversations\toggle_typing.yml | toggle_typing.yml | YAML | 442 | 0.85 | 0 | 0 | node-utils | 181 | 2024-08-18T08:12:52.209628 | BSD-3-Clause | false | 257ae4482d4dbf47b90659c15ed0c127 |
tags:\n - Conversations API\noperationId: update-last-seen\nsummary: Update last seen\ndescription: Updates the last seen time of the contact in a conversation\nresponses:\n 200:\n description: Last seen updated successfully\n 401:\n description: Unauthorized\n 404:\n description: Conversation not found\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\conversations\update_last_seen.yml | update_last_seen.yml | YAML | 307 | 0.7 | 0 | 0 | awesome-app | 841 | 2025-02-26T09:24:47.894664 | MIT | false | 9a16bfedb1e358db1613b637d0177d0b |
tags:\n - Messages API\noperationId: create-a-message\nsummary: Create a message\ndescription: Create a message\nsecurity: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/public_message_create_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_message'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\messages\create.yml | create.yml | YAML | 386 | 0.95 | 0 | 0 | react-lib | 430 | 2025-01-06T16:17:52.590190 | BSD-3-Clause | false | 85104d235f25c800bbbf0fe383c51b8d |
tags:\n - Messages API\noperationId: list-all-converation-messages\nsummary: List all messages\ndescription: List all messages in the conversation\nresponses:\n 200:\n description: Success\n schema:\n type: array\n description: 'Array of messages'\n items:\n $ref: '#/definitions/public_message'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\messages\index.yml | index.yml | YAML | 351 | 0.8 | 0 | 0 | vue-tools | 629 | 2025-04-25T21:17:57.676891 | Apache-2.0 | false | 8eebb0ea1eee0b18e0b12cd1bb8f193b |
tags:\n - Messages API\noperationId: update-a-message\nsummary: Update a message\ndescription: Update a message\nsecurity: []\nparameters:\n - name: data\n in: body\n required: true\n schema:\n $ref: '#/definitions/public_message_update_payload'\nresponses:\n 200:\n description: Success\n schema:\n $ref: '#/definitions/public_message'\n 401:\n description: Unauthorized\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\public\inboxes\messages\update.yml | update.yml | YAML | 386 | 0.95 | 0 | 0 | node-utils | 50 | 2025-03-23T16:45:51.196433 | BSD-3-Clause | false | bc9f6692c51c3ccd88cb59ca558ca922 |
tags:\n - CSAT Survey Page\noperationId: get-csat-survey-page\nsummary: Get CSAT survey page\ndescription: You can redirect the client to this URL, instead of implementing the CSAT survey component yourself.\nsecurity: []\nresponses:\n 200:\n description: Success\n | dataset_sample\yaml\chatwoot_chatwoot\swagger\paths\survey\show.yml | show.yml | YAML | 261 | 0.7 | 0 | 0 | awesome-app | 463 | 2024-01-12T12:13:44.708613 | GPL-3.0 | false | a37a787c00e6ed15b301b80e37028c73 |
version: '3.9'\n\nnetworks:\n net:\n driver: bridge\n\nservices:\n server:\n image: server\n build:\n context: .\n dockerfile: rust/cli/Dockerfile\n # Uncomment below to build in release mode\n # args:\n # RELEASE_MODE: "1"\n volumes:\n # The default config specifies a persist_directory of /data.\n # Read more about deployments: https://docs.trychroma.com/deployment\n - chroma-data:/data\n environment:\n - CHROMA_OPEN_TELEMETRY__ENDPOINT=${CHROMA_OPEN_TELEMETRY__ENDPOINT}\n - CHROMA_OPEN_TELEMETRY__SERVICE_NAME=${CHROMA_OPEN_TELEMETRY__SERVICE_NAME}\n - OTEL_EXPORTER_OTLP_HEADERS=${OTEL_EXPORTER_OTLP_HEADERS}\n restart: unless-stopped # possible values are: "no", always", "on-failure", "unless-stopped"\n ports:\n - "8000:8000"\n healthcheck:\n # Adjust below to match your container port\n test: [ "CMD", "curl", "-f", "http://localhost:8000/api/v2/heartbeat" ]\n interval: 30s\n timeout: 10s\n retries: 3\n networks:\n - net\n\nvolumes:\n chroma-data:\n driver: local\n | dataset_sample\yaml\chroma-core_chroma\docker-compose.yml | docker-compose.yml | YAML | 1,067 | 0.8 | 0 | 0.171429 | react-lib | 175 | 2025-01-20T16:19:05.899299 | MIT | false | f2876bd459eae943c032d664340fcdbb |
# CLOMonitor metadata file\n\nexemptions:\n - check: slack_presence\n reason: "The Cilium slack community can be found at https://slack.cilium.io" # Justification of this exemption\n\n - check: dangerous_workflow\n reason: >\n "It is safe to run code checkout '${{ github.event.pull_request.head.sha }}' \n and 'github.event.pull_request.head.ref' in .github/workflows/build-images-base.yaml \n as this workflow is only permitted to be executed after an explicit approval of a \n subset of committers."\n\n - check: signed_releases\n reason: >\n "All Cilium release images are cryptographically signed during build by cosign. \n Images are hosted in Quay. OpenSSF Scorecard check is currently limited to repositories \n hosted on GitHub, and does not support other source hosting repositories."\n\n - check: token_permissions\n reason: >\n "Reason to use every non-read-only token in GitHub workflows is commented in the respective workflow files."\n | dataset_sample\yaml\cilium_cilium\.clomonitor.yml | .clomonitor.yml | YAML | 984 | 0.8 | 0 | 0.055556 | python-kit | 278 | 2024-09-16T22:11:48.807230 | BSD-3-Clause | false | 895dc71a62f03705c9525985de923b94 |
header:\n schema-version: '1.0.0'\n expiration-date: '2025-01-26T01:00:00.000Z'\n last-updated: '2024-01-26'\n last-reviewed: '2024-01-26'\n project-url: https://github.com/cilium/cilium\n license: https://github.com/cilium/cilium/blob/main/LICENSE\nproject-lifecycle:\n status: active\n bug-fixes-only: false\n core-maintainers:\n - https://github.com/cilium/cilium/blob/main/MAINTAINERS.md\n roadmap: https://docs.cilium.io/en/stable/community/roadmap\ncontribution-policy:\n accepts-pull-requests: true\n accepts-automated-pull-requests: true\ndependencies:\n third-party-packages: true\n dependencies-lists:\n - https://github.com/cilium/cilium/blob/main/go.mod\n sbom:\n - sbom-format: SPDX\n sbom-url: https://docs.cilium.io/en/stable/configuration/sbom\ndistribution-points:\n - https://github.com/cilium/cilium\n - https://hub.docker.com/u/cilium\n - https://quay.io/organization/cilium\ndocumentation:\n - https://docs.cilium.io/en/stable/\nsecurity-assessments:\n - auditor-name: ADA Logics\n auditor-url: https://adalogics.com\n auditor-report: https://github.com/cilium/cilium.io/blob/main/Security-Reports/CiliumSecurityAudit2022.pdf\n report-year: 2022\n - auditor-name: ADA Logics\n auditor-url: https://adalogics.com\n auditor-report: https://github.com/cilium/cilium.io/blob/main/Security-Reports/CiliumFuzzingAudit2022.pdf\n report-year: 2022\nsecurity-contacts:\n - type: email\n value: security@cilium.io\nsecurity-testing:\n- tool-type: sca\n tool-name: Mend Renovate\n tool-url: https://www.mend.io/renovate\n tool-version: latest\n integration:\n ad-hoc: false\n ci: true\n before-release: true\n- tool-type: fuzzer\n tool-name: OSS-Fuzz\n tool-url: https://github.com/google/oss-fuzz\n tool-version: latest\n integration:\n ad-hoc: false\n ci: true\n before-release: true\n- tool-type: sast\n tool-name: Grype\n tool-url: https://github.com/anchore/grype\n tool-version: latest\n integration:\n ad-hoc: false\n ci: true\n before-release: true\nvulnerability-reporting:\n accepts-vulnerability-reports: true\n security-policy: https://github.com/cilium/cilium/security\n | dataset_sample\yaml\cilium_cilium\SECURITY-INSIGHTS.yml | SECURITY-INSIGHTS.yml | YAML | 2,122 | 0.8 | 0 | 0 | awesome-app | 756 | 2025-02-09T06:35:49.078931 | GPL-3.0 | false | 81e8c88c5834b0f6419100522319ea74 |
# Add 'cilium-cli' label to any file changes in 'cilium-cli/'\ncilium-cli:\n- changed-files:\n - any-glob-to-any-file:\n - cilium-cli/**\n# Add 'cilium-cli-exclusive' label if the changed files are only in 'cilium-cli'\ncilium-cli-exclusive:\n- changed-files:\n - all-globs-to-all-files:\n - cilium-cli/**\n# Add 'hubble-cli' label to any file changes in 'hubble/'\nhubble-cli:\n- changed-files:\n - any-glob-to-any-file:\n - hubble/**\n# Add 'hubble-cli-exclusive' label if the changed files are only in 'hubble'\nhubble-cli-exclusive:\n- changed-files:\n - all-globs-to-all-files:\n - hubble/**\nsig/policy:\n- changed-files:\n - any-glob-to-any-file:\n - daemon/cmd/policy*\n - daemon/cmd/fqdn*\n - pkg/fqdn/**\n - pkg/policy/**\n - pkg/identity/**\n - pkg/proxy/dns.go\n - test/**/net_policies.go\n | dataset_sample\yaml\cilium_cilium\.github\labeler.yml | labeler.yml | YAML | 810 | 0.8 | 0.066667 | 0.133333 | vue-tools | 833 | 2024-05-15T09:11:41.462191 | Apache-2.0 | false | 470325d9ab7993e3dca5acbab456d9e0 |
name: cilium-config\ndescription: Derive Cilium installation config\ninputs:\n image-tag:\n description: 'SHA or tag'\n required: false\n chart-dir:\n description: 'Path to Cilium charts directory'\n required: true\n tunnel:\n description: '"disabled", "vxlan", "geneve"'\n default: 'disabled'\n endpoint-routes:\n description: 'Enable endpoint routes'\n default: 'false'\n ipv4:\n description: 'Enable IPv4'\n default: 'true'\n ipv6:\n description: 'Enable IPv6'\n default: 'true'\n kpr:\n description: 'Enable kube-proxy replacement'\n default: 'false'\n lb-mode:\n description: 'KPR load-balancer mode'\n default: 'snat'\n lb-acceleration:\n description: 'KPR acceleration'\n default: ''\n encryption:\n description: '"ipsec", "wireguard" or empty'\n default: ''\n encryption-node:\n description: 'Enable node-to-node encryption (WireGuard only)'\n default: 'false'\n encryption-overlay:\n description: 'Encrypt the overlay itself (IPsec only)'\n default: 'false'\n encryption-strict-mode:\n description: 'Enable strict mode encryption (WireGuard only)'\n default: ''\n egress-gateway:\n description: 'Enable egress gateway'\n default: 'false'\n host-fw:\n description: 'Enable host firewall'\n default: 'false'\n mutual-auth:\n description: 'Enable mTLS-based Mutual Authentication'\n default: 'true'\n ingress-controller:\n description: 'Enable ingress controller, required kubeProxyReplacement'\n default: 'false'\n devices:\n description: 'List of native devices to attach datapath programs'\n default: ''\n misc:\n description: 'Misc helm rarely set by a user coma separated values'\n default: ''\n ciliumendpointslice:\n description: 'Enable CiliumEndpointSlice'\n default: 'false'\n local-redirect-policy:\n description: 'Enable local redirect policy'\n default: 'false'\n bgp-control-plane:\n description: 'Enable BGP Control Plane'\n default: 'false'\noutputs:\n config:\n description: 'Cilium installation config'\n value: ${{ steps.derive-config.outputs.config }}\nruns:\n using: composite\n steps:\n - uses: ./.github/actions/set-env-variables\n - shell: bash\n id: derive-config\n run: |\n DEFAULTS="--wait \\n --chart-directory=${{ inputs.chart-dir }} \\n --helm-set=debug.enabled=true \\n --helm-set=debug.verbose=envoy \\n --helm-set=debug.metricsSamplingInterval=30s \\n --helm-set=hubble.eventBufferCapacity=65535 \\n --helm-set=cluster.name=default \\n --helm-set=authentication.mutual.spire.enabled=${{ inputs.mutual-auth }} \\n --nodes-without-cilium \\n --helm-set-string=kubeProxyReplacement=${{ inputs.kpr }} \\n --set='${{ inputs.misc }}'"\n\n if [ -f "${{ inputs.chart-dir }}/../../../.github/actions/helm-default/ci-required-values.yaml" ]; then\n DEFAULTS+=" --values=${{ inputs.chart-dir }}/../../../.github/actions/helm-default/ci-required-values.yaml"\n fi\n\n IMAGE=""\n if [ "${{ inputs.image-tag }}" != "" ]; then\n IMAGE="--helm-set=image.repository=quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/cilium-ci \\n --helm-set=image.useDigest=false \\n --helm-set=image.tag=${{ inputs.image-tag }} \\n --helm-set=operator.image.repository=quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/operator \\n --helm-set=operator.image.suffix=-ci \\n --helm-set=operator.image.tag=${{ inputs.image-tag }} \\n --helm-set=operator.image.useDigest=false \\n --helm-set=hubble.relay.image.repository=quay.io/${{ env.QUAY_ORGANIZATION_DEV }}/hubble-relay-ci \\n --helm-set=hubble.relay.image.tag=${{ inputs.image-tag }} \\n --helm-set=hubble.relay.image.useDigest=false"\n fi\n\n TUNNEL="--helm-set-string=tunnelProtocol=${{ inputs.tunnel }}"\n if [ "${{ inputs.tunnel }}" == "disabled" ]; then\n TUNNEL="--helm-set-string=routingMode=native --helm-set-string=autoDirectNodeRoutes=true --helm-set-string=ipv4NativeRoutingCIDR=10.244.0.0/16"\n TUNNEL="${TUNNEL} --helm-set-string=ipv6NativeRoutingCIDR=fd00:10:244::/56"\n fi\n\n DEVICES=""\n if [ "${{ inputs.devices }}" != "" ]; then\n DEVICES="--helm-set=devices='${{ inputs.devices }}'"\n fi\n\n LB_MODE=""\n if [ "${{ inputs.lb-mode }}" != "" ]; then\n LB_MODE="--helm-set-string=loadBalancer.mode=${{ inputs.lb-mode }}"\n fi\n\n ENDPOINT_ROUTES=""\n if [ "${{ inputs.endpoint-routes }}" == "true" ]; then\n ENDPOINT_ROUTES="--helm-set-string=endpointRoutes.enabled=true"\n fi\n\n IPV4=""\n if [ "${{ inputs.ipv4 }}" == "false" ]; then\n IPV4="--helm-set=ipv4.enabled=false"\n fi\n\n IPV6=""\n if [ "${{ inputs.ipv6 }}" != "false" ]; then\n IPV6="--helm-set=ipv6.enabled=true"\n fi\n\n MASQ=""\n if [ "${{ inputs.kpr }}" == "true" ]; then\n # BPF-masq requires KPR=true.\n MASQ="--helm-set=bpf.masquerade=true"\n fi\n\n EGRESS_GATEWAY=""\n if [ "${{ inputs.egress-gateway }}" == "true" ]; then\n EGRESS_GATEWAY="${{ env.EGRESS_GATEWAY_HELM_VALUES }}"\n fi\n\n LB_ACCELERATION=""\n if [ "${{ inputs.lb-acceleration }}" != "" ]; then\n LB_ACCELERATION="--helm-set=loadBalancer.acceleration=${{ inputs.lb-acceleration }}"\n fi\n\n ENCRYPT=""\n if [ "${{ inputs.encryption }}" != "" ]; then\n ENCRYPT="--helm-set=encryption.enabled=true --helm-set=encryption.type=${{ inputs.encryption }}"\n if [ "${{ inputs.encryption-node }}" != "" ]; then\n ENCRYPT+=" --helm-set=encryption.nodeEncryption=${{ inputs.encryption-node }}"\n fi\n if [ "${{ inputs.encryption-overlay }}" != "" ]; then\n ENCRYPT+=" --helm-set=encryption.ipsec.encryptedOverlay=${{ inputs.encryption-overlay }}"\n fi\n if [ "${{ inputs.encryption-strict-mode }}" != "" ]; then\n ENCRYPT+=" --helm-set=encryption.strictMode.enabled=${{ inputs.encryption-strict-mode }}"\n ENCRYPT+=" --helm-set=encryption.strictMode.cidr=10.244.0.0/16"\n fi\n fi\n\n HOST_FW=""\n if [ "${{ inputs.host-fw }}" == "true" ]; then\n HOST_FW="--helm-set=hostFirewall.enabled=true"\n fi\n\n if [ "${{ inputs.kpr }}" == "true" ]; then\n if [ "${{ inputs.ingress-controller }}" == "true" ]; then\n INGRESS_CONTROLLER="--helm-set=ingressController.enabled=true"\n INGRESS_CONTROLLER+=" --helm-set=ingressController.service.type=NodePort"\n fi\n fi\n\n if [ "${{ inputs.ciliumendpointslice }}" == "true" ]; then\n CILIUMENDPOINTSLICE="--helm-set=ciliumEndpointSlice.enabled=true"\n fi\n\n LOCAL_REDIRECT_POLICY=""\n if [ "${{ inputs.local-redirect-policy }}" == "true" ]; then\n LOCAL_REDIRECT_POLICY="--helm-set=localRedirectPolicy=true"\n fi\n\n BGP_CONTROL_PLANE=""\n if [ "${{ inputs.bgp-control-plane }}" == "true" ]; then\n BGP_CONTROL_PLANE="${{ env.BGP_CONTROL_PLANE_HELM_VALUES }}"\n fi\n\n CONFIG="${DEFAULTS} ${IMAGE} ${TUNNEL} ${DEVICES} ${LB_MODE} ${ENDPOINT_ROUTES} ${IPV4} ${IPV6} ${MASQ} ${EGRESS_GATEWAY} ${ENCRYPT} ${HOST_FW} ${LB_ACCELERATION} ${INGRESS_CONTROLLER} ${CILIUMENDPOINTSLICE} ${LOCAL_REDIRECT_POLICY} ${BGP_CONTROL_PLANE}"\n echo "config=${CONFIG}" >> $GITHUB_OUTPUT\n | dataset_sample\yaml\cilium_cilium\.github\actions\cilium-config\action.yml | action.yml | YAML | 7,700 | 0.95 | 0.105 | 0.005495 | awesome-app | 973 | 2025-01-12T10:32:06.323291 | GPL-3.0 | false | 9025f1fe7b1aab18cc832e2b56d53d99 |
name: Set environment variables\ndescription: Set environment variables\nruns:\n using: composite\n steps:\n - shell: bash\n run: |\n echo "QUAY_ORGANIZATION=cilium" >> $GITHUB_ENV\n echo "QUAY_ORGANIZATION_DEV=cilium" >> $GITHUB_ENV\n # no prod yet\n echo "QUAY_CHARTS_ORGANIZATION_DEV=cilium-charts-dev" >> $GITHUB_ENV\n echo "EGRESS_GATEWAY_HELM_VALUES=--helm-set=egressGateway.enabled=true" >> $GITHUB_ENV\n echo "BGP_CONTROL_PLANE_HELM_VALUES=--helm-set=bgpControlPlane.enabled=true" >> $GITHUB_ENV\n echo "CILIUM_CLI_RELEASE_REPO=cilium/cilium-cli" >> $GITHUB_ENV\n CILIUM_CLI_VERSION=""\n echo "CILIUM_CLI_VERSION=$CILIUM_CLI_VERSION" >> $GITHUB_ENV\n echo "CILIUM_CLI_IMAGE_REPO=quay.io/cilium/cilium-cli-ci" >> $GITHUB_ENV\n echo "CILIUM_CLI_SKIP_BUILD=true" >> $GITHUB_ENV\n echo "CILIUM_CLI_CODE_OWNERS_PATHS=CODEOWNERS" >> $GITHUB_ENV\n echo "CILIUM_CLI_EXCLUDE_OWNERS=@cilium/github-sec" >> $GITHUB_ENV\n echo "PUSH_TO_DOCKER_HUB=true" >> $GITHUB_ENV\n echo "GCP_PERF_RESULTS_BUCKET=gs://cilium-scale-results" >> $GITHUB_ENV\n echo "CILIUM_RUNTIME_IMAGE_PREFIX=quay.io/cilium/" >> $GITHUB_ENV\n\n # renovate: datasource=github-releases depName=kubernetes-sigs/kind\n KIND_VERSION="v0.27.0"\n # renovate: datasource=docker\n KIND_K8S_IMAGE="quay.io/cilium/kindest-node:v1.33.0-rc.1@sha256:f8c573ae7b9f169682876d78e8e7473cb08725402054f3a119f9dca50370c70e"\n KIND_K8S_VERSION=$(echo "$KIND_K8S_IMAGE" | sed -r 's|.+:(v[0-9a-z.-]+)(@.+)?|\1|')\n\n echo "KIND_VERSION=$KIND_VERSION" >> $GITHUB_ENV\n echo "KIND_K8S_IMAGE=$KIND_K8S_IMAGE" >> $GITHUB_ENV\n echo "KIND_K8S_VERSION=$KIND_K8S_VERSION" >> $GITHUB_ENV\n | dataset_sample\yaml\cilium_cilium\.github\actions\set-env-variables\action.yml | action.yml | YAML | 1,766 | 0.8 | 0 | 0.096774 | vue-tools | 511 | 2025-04-04T19:17:39.504227 | MIT | false | 16ac63269492f4cff392c44a71a70f31 |
name: Set runtime image\ndescription: Set runtime image version for building images\ninputs:\n repository:\n description: 'Repository value used to check the image provenance'\n required: true\nruns:\n using: composite\n steps:\n - shell: bash\n name: Read runtime variable from file safely\n run: |\n CILIUM_RUNTIME_IMAGE=$(cat ${{ github.action_path }}/runtime-image.txt | tr '\n' ' ' | sed 's/"/\\"/g')\n # Verify provenance of the image with repository passed in parameter\n if [[ $CILIUM_RUNTIME_IMAGE != ${{ inputs.repository }}* ]]; then\n echo "Unknown provenance, runtime image should come from ${{ inputs.repository }}"\n exit 1\n fi\n # Set the runtime image into github env once everything is verified\n echo "CILIUM_RUNTIME_IMAGE=$CILIUM_RUNTIME_IMAGE" >> "$GITHUB_ENV" | dataset_sample\yaml\cilium_cilium\.github\actions\set-runtime-image\action.yml | action.yml | YAML | 845 | 0.95 | 0.105263 | 0.1 | node-utils | 141 | 2023-11-30T22:42:50.746997 | Apache-2.0 | false | c8f72a73cfde1f3abeffdfe3402e6338 |
name: Create an EKS cluster\ndescription: Create an EKS cluster\ninputs:\n cluster_name:\n description: ''\n required: true\n region:\n description: ''\n required: true\n zones:\n description: 'Space-separated list of availability zones (auto-selected if unspecified)'\n required: false\n owner:\n description: ''\n required: true\n version:\n description: ''\n required: false\n default: ''\n addons:\n description: 'Space-separated list of add-ons to include'\n required: false\n default: 'coredns kube-proxy vpc-cni'\nruns:\n using: composite\n steps:\n - name: Create EKS cluster with ${{ inputs.addons }}\n shell: bash\n run: |\n cat <<EOF > eks-config.yaml\n apiVersion: eksctl.io/v1alpha5\n kind: ClusterConfig\n\n metadata:\n name: ${{ inputs.cluster_name }}\n region: ${{ inputs.region }}\n version: "${{ inputs.version }}"\n tags:\n usage: "${{ github.repository_owner }}-${{ github.event.repository.name }}"\n owner: "${{ inputs.owner }}"\n\n vpc:\n clusterEndpoints:\n publicAccess: true\n privateAccess: true\n\n addonsConfig:\n disableDefaultAddons: true\n addons:\n EOF\n\n for addon in ${{ inputs.addons }}; do\n echo "- name: $addon" >> eks-config.yaml\n done\n\n if [[ -n "${{ inputs.zones }}" ]]; then\n echo "availabilityZones:" >> eks-config.yaml\n for zone in ${{ inputs.zones }}; do\n echo "- $zone" >> eks-config.yaml\n done\n fi\n\n eksctl create cluster -f ./eks-config.yaml\n | dataset_sample\yaml\cilium_cilium\.github\actions\setup-eks-cluster\action.yml | action.yml | YAML | 1,637 | 0.85 | 0.063492 | 0 | vue-tools | 802 | 2024-11-06T03:16:42.994971 | Apache-2.0 | false | 41cce05d530867da61e0181f1a4765c3 |
name: Create EKS nodegroup\ndescription: Create EKS nodegroup\ninputs:\n cluster_name:\n description: ''\n required: true\n region:\n description: ''\n required: true\n owner:\n description: ''\n required: true\n version:\n description: ''\n required: false\n default: ''\n spot:\n description: ''\n required: false\n default: 'true'\nruns:\n using: composite\n steps:\n - name: Create EKS nodegroup\n shell: bash\n run: |\n cat <<EOF > eks-nodegroups.yaml\n apiVersion: eksctl.io/v1alpha5\n kind: ClusterConfig\n\n metadata:\n name: ${{ inputs.cluster_name }}\n region: ${{ inputs.region }}\n version: "${{ inputs.version }}"\n tags:\n usage: "${{ github.repository_owner }}-${{ github.event.repository.name }}"\n owner: "${{ inputs.owner }}"\n\n managedNodeGroups:\n - name: ng-amd64\n instanceTypes:\n - t3a.medium\n desiredCapacity: 2\n spot: ${{ inputs.spot }}\n privateNetworking: true\n volumeType: "gp3"\n volumeSize: 25\n taints:\n - key: "node.cilium.io/agent-not-ready"\n value: "true"\n effect: "NoExecute"\n - name: ng-arm64\n instanceTypes:\n - t4g.medium\n desiredCapacity: 1\n spot: ${{ inputs.spot }}\n privateNetworking: true\n volumeType: "gp3"\n volumeSize: 25\n taints:\n - key: "node.cilium.io/agent-not-ready"\n value: "true"\n effect: "NoExecute"\n EOF\n\n eksctl create nodegroup -f ./eks-nodegroups.yaml\n | dataset_sample\yaml\cilium_cilium\.github\actions\setup-eks-nodegroup\action.yml | action.yml | YAML | 1,654 | 0.85 | 0 | 0 | node-utils | 57 | 2023-09-06T14:20:30.531921 | MIT | false | e202c100393bc0e3f41586b66f4c036a |
contact_links:\n - name: Get Enterprise Support\n url: https://cilium.io/enterprise/\n about: See Cilium Enterprise Distributions and Trainings\n - name: Join Slack\n url: https://slack.cilium.io\n about: Join the Cilium & eBPF Slack for conversation and quick questions\n | dataset_sample\yaml\cilium_cilium\.github\ISSUE_TEMPLATE\config.yml | config.yml | YAML | 279 | 0.8 | 0.142857 | 0 | vue-tools | 170 | 2023-11-29T18:31:09.082185 | Apache-2.0 | false | 5076fd10ab9ec95ee767e1f771574cb3 |
layout:\n application:\n - name: configure\n source: asset:serverConfigureapi\n target: "{{ joinFilePath .Target .ServerPackage }}"\n file_name: "configure_{{ .Name }}.go"\n skip_exists: true\n - name: embedded_spec\n source: asset:swaggerJsonEmbed\n target: "{{ joinFilePath .Target .ServerPackage }}"\n file_name: "embedded_spec.go"\n - name: server\n source: "api/v1/server.gotmpl"\n target: "{{ joinFilePath .Target .ServerPackage }}"\n file_name: "server.go"\n - name: builder\n source: asset:serverBuilder\n target: "{{ joinFilePath .Target .ServerPackage .Package }}"\n file_name: "{{ snakize (pascalize .Name) }}_api.go"\n - name: doc\n source: asset:serverDoc\n target: "{{ joinFilePath .Target .ServerPackage }}"\n file_name: "doc.go"\n models:\n - name: definition\n source: asset:model\n target: "{{ joinFilePath .Target .ModelPackage }}"\n file_name: "{{ (snakize (pascalize .Name)) }}.go"\n operations:\n - name: parameters\n source: asset:serverParameter\n target: "{{ if gt (len .Tags) 0 }}{{ joinFilePath .Target .ServerPackage .APIPackage .Package }}{{ else }}{{ joinFilePath .Target .ServerPackage .Package }}{{ end }}"\n file_name: "{{ (snakize (pascalize .Name)) }}_parameters.go"\n - name: responses\n source: asset:serverResponses\n target: "{{ if gt (len .Tags) 0 }}{{ joinFilePath .Target .ServerPackage .APIPackage .Package }}{{ else }}{{ joinFilePath .Target .ServerPackage .Package }}{{ end }}"\n file_name: "{{ (snakize (pascalize .Name)) }}_responses.go"\n - name: handler\n source: asset:serverOperation\n target: "{{ if gt (len .Tags) 0 }}{{ joinFilePath .Target .ServerPackage .APIPackage .Package }}{{ else }}{{ joinFilePath .Target .ServerPackage .Package }}{{ end }}"\n file_name: "{{ (snakize (pascalize .Name)) }}.go"\n operation_groups: | dataset_sample\yaml\cilium_cilium\api\v1\cilium-server.yml | cilium-server.yml | YAML | 1,911 | 0.7 | 0.073171 | 0 | python-kit | 858 | 2024-07-25T04:30:33.371863 | MIT | false | 1a316ebabd2434434e004de7ff5e5661 |
# See https://golangci-lint.run/usage/configuration/ for available options.\n# Also https://github.com/cilium/cilium/blob/main/.golangci.yaml as a reference.\nrun:\n timeout: 5m\n\nlinters:\n disable-all: true\n enable:\n - bodyclose\n - gocheckcompilerdirectives\n - err113\n - errorlint\n - gofmt\n - goheader\n - goimports\n - gosec\n - gosimple\n - govet\n - ineffassign\n - makezero\n - misspell\n - musttag\n - reassign\n - revive\n - staticcheck\n - stylecheck\n - typecheck\n - unused\n\nlinters-settings:\n goheader:\n values:\n regexp:\n PROJECT: 'Cilium|Hubble'\n template: |-\n SPDX-License-Identifier: Apache-2.0\n Copyright Authors of {{ PROJECT }}\n goimports:\n local-prefixes: github.com/cilium/cilium-cli\n govet:\n enable-all: true\n disable:\n - fieldalignment\n - shadow\n stylecheck:\n checks: ["ST1019"]\n\nissues:\n # This also warns about credential name variables which are false positives.\n exclude:\n - G101 # gosec: Potential hardcoded credentials\n exclude-rules:\n # Disallows any kind of `fmt.Errorf("%s is too high", bar)`, too opinionated.\n - linters: [err113]\n text: "do not define dynamic errors, use wrapped static errors instead"\n # Most exported consts are self-descriptive.\n - linters: [revive]\n text: "exported const"\n | dataset_sample\yaml\cilium_cilium\cilium-cli\.golangci.yml | .golangci.yml | YAML | 1,357 | 0.95 | 0.017241 | 0.090909 | awesome-app | 81 | 2025-03-05T02:19:59.810343 | GPL-3.0 | false | c64a0b99803128697993d71811d0ccb9 |
apiVersion: batch/v1\nkind: Job\nmetadata:\n name: cyclonus\n namespace: kube-system\nspec:\n template:\n spec:\n restartPolicy: Never\n containers:\n - command:\n - ./cyclonus\n - generate\n - --exclude=\n - --include=upstream-e2e\n - --retries=3\n - --noisy=true\n - --ignore-loopback=true\n - --cleanup-namespaces=true\n - --server-port=80\n - --server-protocol=tcp\n name: cyclonus\n imagePullPolicy: IfNotPresent\n image: mfenwick100/cyclonus:v0.4.7@sha256:20103a6c8ffae57864d3c665612e69708f3efe6566492776340bad9c4cd98116\n serviceAccount: cyclonus\n | dataset_sample\yaml\cilium_cilium\test\k8s\manifests\netpol-cyclonus\install-cyclonus.yml | install-cyclonus.yml | YAML | 695 | 0.7 | 0 | 0 | vue-tools | 336 | 2024-08-20T09:01:30.413456 | BSD-3-Clause | true | 69b604a28e96887084d77335f6f4295b |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.