> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update endpoints

> How to update endpoints (API, ERP, quote, mirroring) in the SuperOffice Developer Portal.

Which SuperOffice endpoints you get access to by default depend on the template you selected when registering the application. [See list of default configuration.][1] We highly recommend that all new apps use our **WebAPI**.

## What can I change?

You can add, remove, and update information about endpoints hosted by you that SuperOffice will send data to:

* ERP sync
* Quote connector
* Database mirror
* [Push notifications][7]
* [CORS and redirection URLs][6]

These are all part of your **application configuration**.

To get access to additional SuperOffice API endpoints or HTTP RPC Agents, you need to contact us.

## Steps

1. In the [Developer Portal][3], go to your application page.

2. Select **Configuration** from the left menu.

3. Select the **Integration settings** tab.

   ![App configuration in the Developer Portal -screenshot][img2]

4. Update values in the appropriate **Endpoint** field. Optionally, choose different values per environment.

   ![Configure endpoint per environment -screenshot][img4]

   Select **Off/On** to activate the endpoint (turn on data traffic).

5. Click **Save Settings**.

When you think it is ready in SOD, you can request to publish to Stage. This starts the [certification][1] or [validation][2] process, so read the guidelines and be prepared to follow up.

The **Request to publish** button will be disabled with a tooltip that explains what needs to be completed before you can start the process.

The SuperOffice app manager or App Store manager will reject or approve.

Remember to pick up application keys for all required environments **before** you request to publish.

For custom applications, when you request publish to Stage, we will automatically publish directly to production when approved.

[1]: ../../standard-app/certification/certify-app

[2]: ../../custom-app/validate

[1]: ../index#default-config

[3]: https://dev.superoffice.com/

[6]: ./cors-and-redirection-urls

[7]: ../../best-practices/tenant-status/index#notify

[img2]: /media/loc/en/developer-portal/integration-settings.png

[img4]: /media/loc/en/developer-portal/endpoint-per-envir.png


## Related topics

- [Update app config](/en/developer-portal/create-app/config/update-app-config.md)
- [Application configuration](/en/developer-portal/create-app/config/app-config.md)
- [CORS and redirection URLs](/en/developer-portal/create-app/config/cors-and-redirection-urls.md)
- [Redirection endpoint](/en/developer-portal/create-app/config/redirects.md)
- [Endpoints](/en/api/web-services/endpoints/index.md)
- [How to update a row in a custom object](/en/api/web-services/howto/custom-objects/rest-update-custom-object-row.md)
