You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated doco for changes to Client contracts (#2746)
* Updated doco for OctopusDeploy/OctopusClients#936
* Make the spell checker happy
* Modified date change
* Update managing-configuration.md
---------
Co-authored-by: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com>
Copy file name to clipboardExpand all lines: src/pages/docs/administration/managing-infrastructure/server-configuration/managing-configuration.md
+7-19Lines changed: 7 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: src/layouts/Default.astro
3
3
pubDate: 2023-01-01
4
-
modDate: 2023-01-01
4
+
modDate: 2025-06-10
5
5
title: Managing server configuration
6
6
description: The Octopus Server configuration can be managed programmatically through the Octopus.Client library and the API
7
7
navOrder: 1801
@@ -22,19 +22,8 @@ In the Octopus Web Portal, you can access configuration by navigating to **Confi
22
22
23
23
Using [Octopus.Client](/docs/octopus-rest-api/octopus.client), each of the configuration types can be managed programmatically, reading from and writing back to the Octopus Deploy database.
24
24
25
-
The class definitions for each of the configurations is available by referencing the relevant `Octopus.Client.Extensibility.*` library, which are available via NuGet:
0 commit comments