CICD | Upgrading an application with POST REST Request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2023 08:19 AM
Hello !
I come to you to find out if you have an answer to my problem.
I recently created a FixScript which will in the future retrieve the app_ids of all the applications in the instance and update them directly via this POST request /sn_cicd/app/batch/install.
I followed the documentation to compose my REST Message and so here is my script currently.
So I then put my request back on PostMan for more readability, and here is what PostMan shows me.
This is the POST results
This is the responses for the progressing of the request
This is the response for the results of the request
So I'm out of ideas, and yet I think I followed the documentation correctly. If you ever have any ideas, don't hesitate!