Update an environment
environments
Update an environment
Updates an environment with the given environment ID. You can update the name, description, and limit settings.
POST
Update an environment
Documentation Index
Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Management API version.
Path Parameters
Body
application/json
Name for the environment
Maximum string length:
255Description for the environment
Maximum string length:
256Limit mode for the environment
Available options:
none, restrict, notify Limit value for the environment (required when limitMode is not set to "none")
Response
Updated environment object.