Class Routes.Applications
Routes related to application operations.
public static class Routes.Applications
- Inheritance
-
Routes.Applications
- Inherited Members
Fields
ApplicationSecrets
Route for managing application secrets.
public const string ApplicationSecrets = "applications/secrets"
Field Value
Create
Route for creating a new application.
public const string Create = "applications"
Field Value
DeleteByName
Route for deleting an application by name.
public const string DeleteByName = "applications"
Field Value
ReadAll
Route for reading all applications.
public const string ReadAll = "applications/all"
Field Value
ReadByName
Route for reading an application by name.
public const string ReadByName = "applications"
Field Value
UpdateByName
Route for updating an application by name.
public const string UpdateByName = "applications"