v1

latestSwagger 2.02026-07-179553242.0 KB
Guild

Creates a new guild

post/guild

Response

Request was successful

idinteger
createdstring date-time required
updatedstring date-time required
archivedboolean
namestring required
imgUrlstring
mobileHeroImgUrlstring
emojistring
logoUrlstring
descriptionstring
chatChannelIdnumber double required
isPrivateboolean required
affiliateIdstring
potDistributionPreferencesobject
socialsobject
deletedboolean

Example response

{
  "emoji": "emoji",
  "created": "2000-01-23T04:56:07.000+00:00",
  "description": "description",
  "isPrivate": true,
  "affiliateId": "affiliateId",
  "logoUrl": "logoUrl",
  "imgUrl": "imgUrl",
  "archived": true,
  "deleted": true,
  "name": "name",
  "mobileHeroImgUrl": "mobileHeroImgUrl",
  "id": 0,
  "socials": "{}",
  "updated": "2000-01-23T04:56:07.000+00:00",
  "chatChannelId": 6.027456183070403,
  "potDistributionPreferences": "{}"
}