The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /agent/registration

Create or Get the AgentRegistration that matches the provided request. This call is idempotent. If a matching AgentRegistration already exists, then it will be returned. If the AgentRegistration does not already exist, then it will be created.

Only internal users are allowed to register new agents.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/agent/registration

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object AgentRegistrationRequest
(application/json)
Response Object AgentRegistration
(application/json)