Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions IIS-Administration/api/application-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Application pools provide an isolation mechanism for processes on the web server

The only information required to create an application pool is a name.

Creating an application pool. **POST** _/api/application-pools_
Creating an application pool. **POST** _/api/webserver/application-pools_
```
{
"name": "Demonstration App Pool"
}
```
```