Key Details

Content Management

  • Content Catalog: GO1 manages the content library.

  • Publishing: Initial content push results in an unpublished state, requiring GO1 administrator publishing.

  • Removal: Communicate content removal to GO1; use soft delete (upsert with unpublished status) to hide content.

Content Upsert Behavior

  • Deduplication: Uses external_reference as the unique identifier.

    • Existing content with matching external_reference will be updated.

    • New content is created if no match is found.

Completion Push

  • Uses content_external_reference as the content identifier.

Provider-Specific Quirks

Limitations

  • Rate Limits: No rate limits currently.

Testing and Validation

  • Standard testing procedures apply.