Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/v4/ppm/admin/config \ --header 'Content-Type: application/json' \ --header 'X-Domino-Api-Key: <api-key>' \ --data ' { "auth": { "token": "<string>" }, "baseUrl": "<string>", "repos": [ "<string>" ], "id": "<string>", "name": "<string>" } '
{ "auth": { "hasToken": true, "token": "<string>" }, "baseUrl": "<string>", "id": "<string>", "repos": [ "<string>" ], "createdAt": "<string>", "name": "<string>" }
Create new PPM admin configuration
PPM admin configuration
Show child attributes
PPM instance base URL
Enabled repository types
Config ID (auto-generated if not provided)
Optional human-readable name for the PPM server
Created
Config ID
ISO timestamp when the configuration was created
Was this page helpful?
Contact support