Skip to content

Latest commit

 

History

History

jira

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Documentation for BootstrAPI for Jira

Documentation for API Endpoints

All URIs are relative to https://<JIRA_URL>/rest/bootstrapi/1

Class Method HTTP request Description
ApplicationLinkApi createApplicationLink POST /application-link Create an application link
ApplicationLinkApi deleteApplicationLink DELETE /application-link/{uuid} Delete an application link
ApplicationLinkApi getApplicationLink GET /application-link/{uuid} Get an application link
ApplicationLinkApi updateApplicationLink PUT /application-link/{uuid} Update an application link
ApplicationLinksApi deleteApplicationLinks DELETE /application-links Delete all application links
ApplicationLinksApi getApplicationLinks GET /application-links Get all application links
ApplicationLinksApi setApplicationLinks PUT /application-links Set a list of application links
AuthenticationApi getAuthenticationIdps GET /authentication/idps Get all authentication identity providers
AuthenticationApi getAuthenticationSso GET /authentication/sso Get authentication SSO configuration
AuthenticationApi setAuthenticationIdps PATCH /authentication/idps Set all authentication identity providers
AuthenticationApi setAuthenticationSso PATCH /authentication/sso Set authentication SSO configuration
DirectoriesApi deleteDirectories DELETE /directories Delete all user directories
DirectoriesApi getDirectories GET /directories Get all user directories
DirectoriesApi setDirectories PUT /directories Set a list of user directories
DirectoryApi createDirectory POST /directory Create a user directory
DirectoryApi deleteDirectory DELETE /directory/{id} Delete a user directory
DirectoryApi getDirectory GET /directory/{id} Get a user directory
DirectoryApi updateDirectory PUT /directory/{id} Update a user directory
LicensesApi addLicense POST /licenses Add a license
LicensesApi getLicenses GET /licenses Get all licenses information
MailServerApi getMailServerPop GET /mail-server/pop Get the default POP mail server
MailServerApi getMailServerSmtp GET /mail-server/smtp Get the default SMTP mail server
MailServerApi setMailServerPop PUT /mail-server/pop Set the default POP mail server
MailServerApi setMailServerSmtp PUT /mail-server/smtp Set the default SMTP mail server
PermissionsApi getPermissionGlobal GET /permissions/global Get global permissions configuration
PermissionsApi setPermissionGlobal PUT /permissions/global Set global permissions configuration
PingApi getPing GET /ping Ping method for probing the REST API.
SettingsApi getBanner GET /settings/banner Get the banner
SettingsApi getBrandingColorScheme GET /settings/branding/color-scheme Get the color scheme
SettingsApi getBrandingFavicon GET /settings/branding/favicon Get the favicon
SettingsApi getBrandingLogo GET /settings/branding/logo Get the logo
SettingsApi getSettings GET /settings Get the general settings
SettingsApi getSettingsSecurity GET /settings/security Get the security settings
SettingsApi setBanner PUT /settings/banner Set the banner
SettingsApi setBrandingColorScheme PUT /settings/branding/color-scheme Set the color scheme
SettingsApi setBrandingFavicon PUT /settings/branding/favicon Set the favicon
SettingsApi setBrandingLogo PUT /settings/branding/logo Set the logo
SettingsApi setSettings PUT /settings Set the general settings
SettingsApi setSettingsSecurity PUT /settings/security Set the security settings

Documentation for Models

Documentation for Authorization

basicAuth

  • Type: HTTP basic authentication