MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / put

Method put

astrbot/dashboard/asgi_runtime.py:351–352  ·  view source on GitHub ↗
(self, url: str, **kwargs)

Source from the content-addressed store, hash-verified

349 return await self.request("POST", url, **kwargs)
350
351 async def put(self, url: str, **kwargs):
352 return await self.request("PUT", url, **kwargs)
353
354 async def patch(self, url: str, **kwargs):
355 return await self.request("PATCH", url, **kwargs)

Calls 1

requestMethod · 0.95