ApiManagementProjects
Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
files?object
excludes?array<string>
string
inputSecrets?object
Import a project snapshot utilizing a management key.
This endpoint allows you to import a previously exported project snapshot.
See Also
- See Managing Environments for details about managing environments.
curl -X POST "https://api.descope.com/v1/mgmt/project/snapshot/import" \ -H "Content-Type: application/json" \ -d '{}' Was this helpful?