latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Connectivity v1.Credentials
Modify credentials
Modify the specified credentials. The request will trigger a refresh towards the provider.
put/api/v1/credentials/{id}
Path parameters
idstring required
The internal identifier of the credentials to change
Request body
Example request
{
"appUri": "https://my-customer-app.com/authentication",
"callbackUri": "http://my-customer-app.com/callback",
"fields": {
"username": "198410045701"
},
"originatingUserIp": "198.51.100.10",
"providerName": "handelsbanken-bankid",
"selectedAuthenticationOptions": [
{
"authenticationOptionDefinition": "SE_MOBILE_BANKID_OTHER_DEVICE",
"authenticationOptionsGroup": "SE_MOBILE_BANKID_DEVICE_CHOICE",
"fields": {
"username": "198401011111"
}
}
]
}Response
The credentials was successfully modified.
Connectivity20v1Credentials required— unresolved $ref