POST
/
project
/
update
/
{projectId}
curl --request POST \
  --url https://api.mintlify.com/v1/project/update/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "statusId": "<string>"
}

FAQ

How do I log in to Mintlify using Google Auth?

To log in to Mintlify using Google Auth:

  1. Go to the Mintlify login page
  2. Click on “Sign in with Google”
  3. You’ll be redirected to Google’s authentication page
  4. Enter your Google account credentials
  5. Grant the necessary permissions to Mintlify
  6. You’ll be redirected back to Mintlify and logged in automatically

If you encounter any issues during the Google Auth process, make sure:

  • Your Google account is active and accessible
  • You have enabled third-party app access in your Google account settings
  • Your browser allows redirects and has cookies enabled

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

The ID of the project to trigger an update on. Can be retrieved from your dashboard.

Response

202 - application/json

A successful response

The response is of type object.