@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias SavePropertyRequest

    SavePropertyRequest: Omit<
        RegistrySavePropertyRequest,
        "authorized_agents"
        | "properties",
    > & { authorized_agents?: []; properties?: SavePropertyIdentity[] }

    Request body for POST /api/properties/save

    Type Declaration

    • Optionalauthorized_agents?: []

      Ignored by the registry client; identity-only property saves always write authorized_agents: [].

    • Optionalproperties?: SavePropertyIdentity[]