This commit is contained in:
Brian Clozel 2020-09-07 20:34:23 +02:00
parent 8dcb3312f2
commit 1152a39caa
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The `startup` endpoint provides information about the application's startup sequ
[[startup-retrieving]]
== Retrieving the Application Startup steps
To retrieve the steps recorded so far during the application startup phase , make a `GET` request to `/actuator/startup`, as shown in the following curl-based example:
To retrieve the steps recorded so far during the application startup phase , make a `POST` request to `/actuator/startup`, as shown in the following curl-based example:
include::{snippets}/startup/curl-request.adoc[]