Apps and credentials/Update an app

PUT {{portal-host-port}}/portal-api/apps/3

Request Body

{"Description"=>"This is test application", "Name"=>"Test application", "RedirectURLs"=>"http://localhost:3001", "UserID"=>1}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring

RESPONSES

status: OK

{"AccessRequests":[{"AuthType":"jwt","Catalogue":"","Client":"Test application","Credentials":[{"AccessRequest":"AccessRequest#5","Credential":"eyJvcmciOiI2NGI2YjM2NjJiMTZjMTAwMDFhMDUwNDAiLCJpZCI6IjgxYzlmYmE4YmVmYjRjMzQ5MTNjNTE3ZTJkYjFlMzhhIiwiaCI6Im11cm11cjY0In0=","CredentialHash":"93aa76b14c1cb6b7","DCRRegistrationAccessToken":"","DCRRegistrationClientURI":"","DCRResponse":"","Expires":"1969-12-31 19:00","GrantType":"","ID":2,"JWKSURI":"","OAuthClientID":"","OAuthClientSecret":"","RedirectURI":"","ResponseType":"","Scope":"","TokenEndpoints":""}],"DCREnabled":false,"DCRTemplateID":0,"ID":5,"Plan":"free_plan","PolicyService":[],"Products":["Payment Product"],"ProviderID":0,"ProvisionImmediately":true,"Status":"approved","User":"User#1"},{"AuthType":"authToken","Catalogue":"Public Catalogue","Client":"Test application","Credentials":[{"AccessRequest":"AccessRequest#7","Credential":"eyJvcmciOiI2NGI2YjM2NjJiMTZjMTAwMDFhMDUwNDAiLCJpZCI6IjljYzc2NTk5MGY5MzQxYzc5ZDgxZjRjOWYzOTUyZGI0IiwiaCI6Im11cm11cjY0In0=","CredentialHash":"23c693476c6eff5c","DCRRegistrationAccessToken":"","DCRRegistrationClientURI":"","DCRResponse":"","Expires":"1969-12-31 19:00","GrantType":"","ID":3,"JWKSURI":"","OAuthClientID":"","OAuthClientSecret":"","RedirectURI":"","ResponseType":"","Scope":"","TokenEndpoints":""}],"DCREnabled":false,"DCRTemplateID":0,"ID":7,"Plan":"free_plan","PolicyService":[],"Products":["Payment Product"],"ProviderID":1,"ProvisionImmediately":false,"Status":"approved","User":"User#1"},{"AuthType":"authToken","Catalogue":"Public Catalogue","Client":"Test application","Credentials":[],"DCREnabled":false,"DCRTemplateID":0,"ID":8,"Plan":"free_plan","PolicyService":[],"Products":["Payment Product"],"ProviderID":1,"ProvisionImmediately":false,"Status":"pending","User":"User#1"},{"AuthType":"authToken","Catalogue":"","Client":"Test application","Credentials":[{"AccessRequest":"AccessRequest#10","Credential":"eyJvcmciOiI2NGI2YjM2NjJiMTZjMTAwMDFhMDUwNDAiLCJpZCI6ImI0YmNkZTliNDZlNTQxMWU5Nzk0MWI3ZjQ0MWY2YTk2IiwiaCI6Im11cm11cjY0In0=","CredentialHash":"bac9b2c5160bedf4","DCRRegistrationAccessToken":"","DCRRegistrationClientURI":"","DCRResponse":"","Expires":"1969-12-31 19:00","GrantType":"","ID":4,"JWKSURI":"","OAuthClientID":"","OAuthClientSecret":"","RedirectURI":"","ResponseType":"","Scope":"","TokenEndpoints":""}],"DCREnabled":false,"DCRTemplateID":0,"ID":10,"Plan":"free_plan","PolicyService":[],"Products":["Payment Product"],"ProviderID":0,"ProvisionImmediately":true,"Status":"approved","User":"User#1"}],"CreatedAt":"2023-08-03 09:50:10","Description":"This is test application","ID":3,"Name":"Test application","RedirectURLs":"http://localhost:3001","UserID":1}