How to restart app from API
lcscamachoo
TRIALOP

2 years ago

How to restart app from API Railway.

I need create page for restart app when i need. its possible?

3 Replies

brody
EMPLOYEE

2 years ago

Simply watch what network calls the dashboard makes with your browser's dev tools when doing the desired action with the dashboard, copy the graphql calls down and redo them in code.


lcscamachoo
TRIALOP

2 years ago

but needs auth token for external request?


brody
EMPLOYEE

2 years ago

Yes of course, the dashboard uses a cookie, but within your own code that would be a bearer token with the token being an account token from your account settings.


Loading...