gitea-rs/crates/gitea-client/docs/SettingsApi.md
kjuulh e78d07db33
feat: find another name
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-09-23 22:29:11 +02:00

4.1 KiB

\SettingsApi

All URIs are relative to /api/v1

Method HTTP request Description
get_general_api_settings GET /settings/api Get instance's global settings for api
get_general_attachment_settings GET /settings/attachment Get instance's global settings for Attachment
get_general_repository_settings GET /settings/repository Get instance's global settings for repositories
get_general_ui_settings GET /settings/ui Get instance's global settings for ui

get_general_api_settings

models::GeneralApiSettings get_general_api_settings() Get instance's global settings for api

Parameters

This endpoint does not need any parameter.

Return type

models::GeneralApiSettings

Authorization

TOTPHeader, AuthorizationHeaderToken, SudoHeader, BasicAuth, AccessToken, SudoParam, Token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_general_attachment_settings

models::GeneralAttachmentSettings get_general_attachment_settings() Get instance's global settings for Attachment

Parameters

This endpoint does not need any parameter.

Return type

models::GeneralAttachmentSettings

Authorization

TOTPHeader, AuthorizationHeaderToken, SudoHeader, BasicAuth, AccessToken, SudoParam, Token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_general_repository_settings

models::GeneralRepoSettings get_general_repository_settings() Get instance's global settings for repositories

Parameters

This endpoint does not need any parameter.

Return type

models::GeneralRepoSettings

Authorization

TOTPHeader, AuthorizationHeaderToken, SudoHeader, BasicAuth, AccessToken, SudoParam, Token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_general_ui_settings

models::GeneralUiSettings get_general_ui_settings() Get instance's global settings for ui

Parameters

This endpoint does not need any parameter.

Return type

models::GeneralUiSettings

Authorization

TOTPHeader, AuthorizationHeaderToken, SudoHeader, BasicAuth, AccessToken, SudoParam, Token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]