Skip to content

Conversation

@benjaoming
Copy link
Collaborator

@benjaoming benjaoming commented Dec 14, 2023

@benjaoming benjaoming changed the title Update the revisions listing endpoint CON-186: Update the revisions listing endpoint Dec 14, 2023
@benjaoming benjaoming changed the title CON-186: Update the revisions listing endpoint CON-186, CON-187: Update the revisions listing endpoint Dec 14, 2023
def config_webhook_list(request, revisionId: str=None, offset: int=None, limit: int=None):
db_instance = get_object_or_404(models.Webhook, pk=revisionId)
def config_webhook_list(request, offset: int=None, limit: int=None):
db_instance = get_object_or_404(models.Webhook, pk=None)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something phishy here, a list isn't returned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants