Download OpenAPI specification:Download
Get the response for Husqy tags module for a guild.
| guild_id required | integer (Guild Id) |
| owner_id required | integer (Owner Id) |
| content required | string (Content) |
| visibility required | integer (Visibility) |
| names required | Array of strings (Names) |
Application Id (integer) or Application Id (null) (Application Id) | |
Token (string) or Token (null) (Token) |
{- "guild_id": 0,
- "owner_id": 0,
- "content": "string",
- "visibility": 0,
- "names": [
- "string"
], - "application_id": 0,
- "token": "string"
}{- "data": {
- "entry": {
- "id": 0,
- "guild_id": "string",
- "tag_id": "string",
- "content": "string",
- "owner_id": "string",
- "created_at": "2025-11-23T16:12:42.007963Z",
- "last_update": "2019-08-24T14:15:22Z",
- "visibility": 1
}, - "entry_names": [
- {
- "id": 0,
- "guild_id": "string",
- "tag_id": "string",
- "name": "string",
- "created_at": "2025-11-23T16:12:42.014072Z"
}
]
}
}Get the response for Husqy tags module for a guild.
| entry_id required | string (Entry Id) |
| guild_id required | integer (Guild Id) |
{- "data": {
- "entry": {
- "id": 0,
- "guild_id": "string",
- "tag_id": "string",
- "content": "string",
- "owner_id": "string",
- "created_at": "2025-11-23T16:12:42.007963Z",
- "last_update": "2019-08-24T14:15:22Z",
- "visibility": 1
}, - "entry_names": [
- {
- "id": 0,
- "guild_id": "string",
- "tag_id": "string",
- "name": "string",
- "created_at": "2025-11-23T16:12:42.014072Z"
}
]
}
}Get the response for Husqy tags module for a guild.
required | Entry Id (string) or Entry Id (null) (Entry Id) |
| guild_id required | integer (Guild Id) |
Application Id (integer) or Application Id (null) (Application Id) | |
Token (string) or Token (null) (Token) |
{- "guild_id": 0,
- "application_id": 0,
- "token": "string"
}{- "data": {
- "entry": {
- "id": 0,
- "guild_id": "string",
- "tag_id": "string",
- "content": "string",
- "owner_id": "string",
- "created_at": "2025-11-23T16:12:42.007963Z",
- "last_update": "2019-08-24T14:15:22Z",
- "visibility": 1
}, - "entry_names": [
- {
- "id": 0,
- "guild_id": "string",
- "tag_id": "string",
- "name": "string",
- "created_at": "2025-11-23T16:12:42.014072Z"
}
]
}
}