Skip to content

Change cron trigger endpoint from POST to GET#5

Merged
giancarloerra merged 1 commit intomainfrom
fix/cron-trigger-use-get
Mar 10, 2026
Merged

Change cron trigger endpoint from POST to GET#5
giancarloerra merged 1 commit intomainfrom
fix/cron-trigger-use-get

Conversation

@giancarloerra
Copy link
Owner

Summary

Change the cron trigger endpoint from POST to GET for compatibility with cron services.

Motivation

This change ensures compatibility with various cron services that require a GET request for triggering.

Changes

  • Updated the endpoint method from POST to GET in the API.
  • Modified documentation to reflect the change in the request method.

Testing

  • npm run lint passes
  • npm run typecheck passes
  • npm test passes
  • Verified manually in dev / built production mode

Breaking changes

  • No breaking changes

Screenshots (if applicable)


By submitting this pull request I confirm that my contribution is made under the terms of the GNU Affero General Public License v3.0 or later.

@giancarloerra giancarloerra merged commit c154073 into main Mar 10, 2026
3 checks passed
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.

1 participant