v2024 experimental endpoints will be available by end of this week. Both beta and v2024 experimental may change with little to no notice. Please see our API versioning strategy for more information.
Hi @colin_mckibben. I didn’t see the /cc/api/app/uploadCustomIcons API referenced anywhere in the API deprecations. Is this one being included as part of “update”?
The access profile enrollment does not happen if there is an identity update going on in the back end. This results in an error message: ((SLPT-1211) Your updates cannot be saved while a related task is running. Please try again later.) and the customer has to wait a long long time just to update one application.
Hello all. Will there be a PATCH /api/app/update/{addId} api route available eventually? I’m sure there are other patch uses cases but we have code that associates access profiles with apps and current state you have to go retrieve all the currently associated access profiles, add any new ones, and then make the post call. A patch ability would be great so you could just submit which access profile(s) you’d like to append.
+1 on this question. This is a huge pain point for our support teams and our Governance customers. We had to implement a complex process using an AWS queue, AWS Lambda, and some custom message submission tools in order to work around this and it’s still a pinpoint as it can sometimes take up to 24 hours before access profiles can be associated with apps.
The replacement for this API will be available by the end of June, 2024. To give users enough time to migrate to the public replacement, this API’s shutoff date has been extended to August 30th.
Any chance we can get some answers to some of the other questions in this thread?
(no PATCH verb, and refresh often gets stuck – which blocks API calls)
Is this new v3 version going to address those issues?
Hi @colin_mckibben, can you please give an update on this one as the API does not seem to be available yet. I can’t find it in the documentation at least.
If the replacement date is indeed postponed, does this mean that the shutoff date will be postponed similarly?
The replacement for this API will be available by September 3rd. To give users enough time to migrate to the public replacement, this API’s shutoff date has been extended to November 1st.
This endpoint doesn’t seem to work anymore or rather seems like it’s expecting a different payload, we’re getting ‘Bad request syntax’ when passing list of access profiles. Any alternatives for assigning access profiles?