Applications
Create application
post /api/http/applications
Rights, that may be checked: Create applications
Request arguments | object with fields : name : string ( Required )
clientId : string ( Nullable and Optional , defaults to null )
clientSecret : string ( Nullable and Optional , defaults to null )
clientCredentialsFlowEnabled : boolean ( Nullable and Optional , defaults to null )
codeFlowEnabled : boolean ( Nullable and Optional , defaults to null )
codeFlowRedirectURIs : string ( Nullable and Optional , defaults to null )
implicitFlowEnabled : boolean ( Nullable and Optional , defaults to null )
implicitFlowRedirectURIs : string ( Nullable and Optional , defaults to null )
endpointUri : string ( Nullable and Optional , defaults to null )
| |
Get all applications
get /api/http/applications
Rights, that may be checked: View applications
Request arguments | query : string (Query) ( Required ) | withArchived : boolean (Query) ( Optional , defaults to false ) | |
Restore application
post /api/http/applications/{id}/restore
Rights, that may be checked: Edit applications
Request arguments | id : string (Path) ( Required ) | |
Get application
get /api/http/applications/{id}
Rights, that may be checked: View applications
Request arguments | id : string (Path) ( Required ) | |
Update application
patch /api/http/applications/{id}
Rights, that may be checked: Edit applications
Request arguments | id : string (Path) ( Required ) | object with fields : name : string ( Nullable and Optional , defaults to null )
clientSecret : string ( Nullable and Optional , defaults to null )
clientCredentialsFlowEnabled : boolean ( Nullable and Optional , defaults to null )
codeFlowEnabled : boolean ( Nullable and Optional , defaults to null )
codeFlowRedirectURIs : string ( Nullable and Optional )
implicitFlowEnabled : boolean ( Nullable and Optional , defaults to null )
implicitFlowRedirectURIs : string ( Nullable and Optional )
endpointUri : string ( Nullable and Optional )
| |
Delete application
delete /api/http/applications/{id}
Rights, that may be checked: Delete applications
Request arguments | id : string (Path) ( Required ) | |
Get client secret
get /api/http/applications/{id}/client-secret
Rights, that may be checked: View application secrets
Request arguments | id : string (Path) ( Required ) | |
Regenerate
post /api/http/applications/{id}/signing-key/regenerate
Rights, that may be checked: Edit applications
Request arguments | id : string (Path) ( Required ) | |
Get signing key
get /api/http/applications/{id}/signing-key
Rights, that may be checked: View application secrets
Request arguments | id : string (Path) ( Required ) | |
Add ssh key
post /api/http/applications/{id}/ssh-keys
Rights, that may be checked: Edit applications
Request arguments | id : string (Path) ( Required ) | object with fields : | |
Get ssh key
get /api/http/applications/{id}/ssh-keys
Rights, that may be checked: View applications
Request arguments | id : string (Path) ( Required ) | |
Delete ssh key
delete /api/http/applications/{id}/ssh-keys/{fingerprint}
Rights, that may be checked: Edit applications
Request arguments | id : string (Path) ( Required ) | fingerprint : string (Path) ( Required ) | |
Regenerate
post /api/http/applications/{id}/verification-token/regenerate
Rights, that may be checked: Edit applications
Request arguments | id : string (Path) ( Required ) | |
Get verification token
get /api/http/applications/{id}/verification-token
Rights, that may be checked: View application secrets
Request arguments | id : string (Path) ( Required ) | |
Last modified: 18 November 2020