I can see the endpoint for creating a new release but what about updating, is that possible using API?Releases API (amplitude.com)
Hi eddsuarez,
Thanks for your patience. I just heard back from the engineering team that it is only possible to create Releases, not update them via Releases API. I suggest submitting a product idea in the Community for our Product team to improve the products: https://community.amplitude.com/ideas
Please let me know if you have any questions!
Best, Yuanyuan
UDPATE: I tried some other methods even if they are not documented:GET /api/2/release/{releaseId}200 response with release dataGET /api/2/release500: Internal Server Error
GET /api/2/releases404: Not FoundPUT /api/2/release/{releaseId}HTTP 405: Method Not Allowed
This is Yuanyuan from the Amplitude Support team - thank you for writing in!
Would you mind telling me what you are trying to update? Are you trying to update the release description? A detailed explanation would help me understand your request better, thus providing a more suited solution for you.
Looking forward to hearing back from you!
Best,
Yuanyuan
Hi Yuanyuan Zhang, thanks for your attention. Basically, I’d like to update the release_end for an existing release once a new one is created. And I need to do this this using the API so I can do the integration in my own internal deploy process.
Thank you for sharing your use case. I am not entirely sure if it is possible, but I will sync with my engineering colleagues and get back to you asap.
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…