Create case via API - Integration tab not visible

Hello,

I am on Pega Platform 8.5 and am following the directions here to enable case create via API: Pegasystems Documentation

I do not see the “Integration” option on the Settings tab in my case type in App Studio. I have the PegaRULES:API and Application:API roles. Is there something else I need in order to see this option? Also, any other tips to enable case creation via API for my case type? Right now if I hit the /casetypes GET endpoint, all I get back is this when I am hoping to see my application’s case type:

{

“pxObjectClass”: “Pega-API-CaseManagement”

}

Thanks in advance

Nevermind - I believe the documentation may be incorrect. The documentation says to use App Studio (integration does not exist under Settings), but if I instead go to the same screen in Dev Studio the integration menu item does exist for me to use.

Perhaps an update to the documentation can be made for the future for others.