MCPcopy Create free account
hub / github.com/slackapi/python-slack-sdk / GroupPatchResponse

Class GroupPatchResponse

slack_sdk/scim/v1/response.py:227–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227class GroupPatchResponse(SCIMResponse):
228 def __init__(self, underlying: SCIMResponse):
229 self.underlying = underlying
230 self.url = underlying.url
231 self.status_code = underlying.status_code
232 self.headers = underlying.headers
233 self.raw_body = underlying.raw_body
234 self.body = underlying.body
235 self._snake_cased_body = None
236
237
238class GroupUpdateResponse(SCIMResponse):

Callers 2

patch_groupMethod · 0.85
patch_groupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected