We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caac10 commit 21f0b51Copy full SHA for 21f0b51
kenar/oauth.py
@@ -22,6 +22,8 @@ class OauthResourceType(str, Enum):
22
23
POST_ONGOING_IMAGES_GET = "POST_ONGOING_IMAGES_GET"
24
25
+ BUSINESS_ADDON_CREATE = "BUSINESS_ADDON_CREATE"
26
+
27
28
class AccessTokenResponse(BaseModel):
29
access_token: str
0 commit comments