Update a project

Updates the project configuration.

Warning: Updating a project will invalidate active sessions within that project.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json

Object with updated project configuration.

required
object (ProjectUpdateObjectDTO)

Contains the instructions on how to update the project.

Responses
200

Information about the project.

post/update
Request samples
application/json
{
  • "update": {
    • "name": {
      },
    • "oidcConfiguration": {
      },
    • "userProfilesConfiguration": {
      }
    }
}
Response samples
application/json
{
  • "name": "Open Industrial Data",
  • "urlName": "publicdata",
  • "oidcConfiguration": {
    • "jwksUrl": "string",
    • "tokenUrl": "string",
    • "issuer": "string",
    • "audience": "string",
    • "skewMs": 0,
    • "accessClaims": [
      ],
    • "scopeClaims": [
      ],
    • "logClaims": [
      ],
    • "isGroupCallbackEnabled": false,
    • "identityProviderScope": "string"
    },
  • "userProfilesConfiguration": {
    • "enabled": true
    }
}