Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zoom-python-webhook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Samuel Guillemet
zoom-python-webhook
Commits
cce8425c
Unverified
Commit
cce8425c
authored
1 year ago
by
Samuel Guillemet
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Fixo typo in description of model field
parent
b9788ed1
No related branches found
No related tags found
1 merge request
!7
🚀 RELEASE: Bump to 0.2.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/zoom_room_checked_in/schema.py
+1
-1
1 addition, 1 deletion
src/app/components/zoom_room_checked_in/schema.py
src/app/components/zoom_room_checked_out/schema.py
+2
-2
2 additions, 2 deletions
src/app/components/zoom_room_checked_out/schema.py
with
3 additions
and
3 deletions
src/app/components/zoom_room_checked_in/schema.py
+
1
−
1
View file @
cce8425c
...
...
@@ -38,7 +38,7 @@ class CheckedInWebHook(BaseWebhookEvent):
payload
:
Payload
=
Field
(
...,
description
=
"
Contains a
property with the plainToken value, the string to hash
.
"
,
description
=
"
Contains a
ll the information about the Zoom Room that checked in
.
"
,
)
...
...
This diff is collapsed.
Click to expand it.
src/app/components/zoom_room_checked_out/schema.py
+
2
−
2
View file @
cce8425c
...
...
@@ -30,7 +30,7 @@ class Payload(BaseModel):
class
CheckedOutWebHook
(
BaseWebhookEvent
):
"""
This is the schema for the request body of the webhook for the zoomroom.checked_
in
event.
"""
This is the schema for the request body of the webhook for the zoomroom.checked_
out
event.
Args:
WebhookEvent (WebhookEvent): The base webhook model for the schema.
...
...
@@ -38,7 +38,7 @@ class CheckedOutWebHook(BaseWebhookEvent):
payload
:
Payload
=
Field
(
...,
description
=
"
Contains a
property with the plainToken value, the string to hash
.
"
,
description
=
"
Contains a
ll the information about the Zoom Room that checked out
.
"
,
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment