space.highport.manage.syncSpace

lexicons.highport.space

{
  "id": "space.highport.manage.syncSpace",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "space"
          ],
          "properties": {
            "space": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "SpaceNotFound",
          "description": "Bard is not connected to that space."
        },
        {
          "name": "NotSpaceAuthority",
          "description": "Only the space's authority can force a pull."
        },
        {
          "name": "NoLiveCredential",
          "description": "Bard has no live credential for the space. Grant access first."
        },
        {
          "name": "SpacesDisabled",
          "description": "Space support is disabled on this deployment."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "jobId"
          ],
          "properties": {
            "jobId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Pull the authority's repo in a space now, instead of waiting for a write notification. Authority only."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.syncSpace

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreib5gups4ow4rifnhea2kjodbgqbqlyxrdcinbi63b7qwihj4ibmq4
Indexed At
2026-09-17 17:51 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.syncSpace

Version History (2 versions)

Lexicon Garden

@