Skip to content

Commit 3671fe8

Browse files
moreautrjeberhard
authored andcommitted
Fix a spot I missed in the last commit.
1 parent 8af2827 commit 3671fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this URL format:
2828
* `<domainUID>` is the unique identifier of the WebLogic domain.
2929
* `<clusterName>` is the name of the WebLogic cluster to be scaled.
3030

31-
The `/scale` REST endpoint accepts an HTTP POST request and the request body supports the JSON `"application/json"` media type. The request body will be a simple name-value item named `configuredManagedServerCount`; for example:
31+
The `/scale` REST endpoint accepts an HTTP POST request and the request body supports the JSON `"application/json"` media type. The request body will be a simple name-value item named `managedServerCount`; for example:
3232

3333
```
3434
{

0 commit comments

Comments
 (0)