From df74f49d2889edcbeb55bb1f6c39a154579f1d29 Mon Sep 17 00:00:00 2001 From: Runar Ask Johannessen <89020325+equinor-ruaj@users.noreply.github.com> Date: Wed, 7 Jan 2026 08:31:00 +0100 Subject: [PATCH] fix: update sumo-core url in docs --- docs/sumo-wrapper-python.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sumo-wrapper-python.rst b/docs/sumo-wrapper-python.rst index 5986e99..5af5379 100644 --- a/docs/sumo-wrapper-python.rst +++ b/docs/sumo-wrapper-python.rst @@ -13,7 +13,7 @@ For usage in the FMU context, the higher-level alternative `fmu-sumo `_ is recommended. The Sumo API is described at -`https://main-sumo-prod.radix.equinor.com/swagger-ui/ `_ +`https://api.sumo.equinor.com/swagger-ui/ `_ The data model and schema is described at `https://fmu-dataio.readthedocs.io/en/latest/datamodel.html `_ @@ -70,7 +70,7 @@ API: GET, PUT, POST and DELETE. In addition a method to get a blob client which handles blob contents. The methods accepts a path argument. A path is the path to a -Sumo `API `_ method, for +Sumo `API `_ method, for example "/search" or "/smda/countries". Path parameters can be added into the path string, for example @@ -80,7 +80,7 @@ the path string, for example The Sumo API documentation is available from the Swagger button in the Sumo frontend, or you can use this link: -`https://main-sumo-prod.radix.equinor.com/swagger-ui/ `_. +`https://api.sumo.equinor.com/swagger-ui/ `_. Async methods *************