Change Updates

Do not miss any stiletto-API changes, ever again

Subscribe to the stiletto-API changelog to be up to date on recent changes.

RSS

Jul 4, 2021

main
2.3.0
Compare

API structure has changed

41 structure changes including:
14 Breaking changes
21 Additions
7 Modifications
13 Removals
Modified 7 Breaking
GET /bot/config
  • Response
  • 200 response Modified
    • discordid property Removed
    • serverdiscordid property Added
GET /bot/config/{discordid}
  • Response
  • 200 response Modified
    • discordid property Removed
    • serverdiscordid property Added
GET /bot/walkers
  • Query
  • lastuseer query parameter Removed
  • lastuser query parameter Added
GET /clans/{clanId}/discordbot
  • Response
  • 200 response Modified
    • discordid property Removed
    • serverdiscordid property Added
GET /users
POST /recipes
  • Query
  • discordid, token query parameters Removed
PUT /clans/{clanId}/discordbot
  • Response
  • 202 response Removed
  • 200, 401, 503 responses Added
Removed 13 Breaking
OPTIONS /clans
OPTIONS /clans/{clanId}
OPTIONS /clans/{clanId}/members
OPTIONS /clans/{clanId}/members/{memberid}
OPTIONS /clans/{clanId}/relationships
OPTIONS /clans/{clanId}/relationships/{id}
OPTIONS /clans/{clanId}/requests
OPTIONS /clans/{clanId}/requests/{id}
OPTIONS /maps
OPTIONS /maps/{mapId}
OPTIONS /maps/{mapId}/resources
OPTIONS /maps/{mapId}/resources/{resourceId}
OPTIONS /users/{discordid}
Added 21
OPTIONS /bot/config
OPTIONS /bot/config/{discordid}
OPTIONS /bot/walkers
OPTIONS /clans
OPTIONS /clans/{clanId}
OPTIONS /clans/{clanId}/discordbot
OPTIONS /clans/{clanId}/members
OPTIONS /clans/{clanId}/members/{memberid}
OPTIONS /clans/{clanId}/relationships
OPTIONS /clans/{clanId}/relationships/{id}
OPTIONS /clans/{clanId}/requests
OPTIONS /clans/{clanId}/requests/{id}
OPTIONS /clusters
OPTIONS /maps
OPTIONS /maps/{mapId}
OPTIONS /maps/{mapId}/resources
OPTIONS /maps/{mapId}/resources/{resourceId}
OPTIONS /recipes
OPTIONS /recipes/{recipeToken}
OPTIONS /users
OPTIONS /users/{discordid}