Document per-share branding (title and iconUrl)#23
Merged
Conversation
Adds the new title and iconUrl fields introduced in outline/outline#12003, which let an individual share override the workspace branding on its publicly shared page. https://claude.ai/code/session_01ReQAPadYsrgjFpgobBmRRG
…ide-QnRAJ # Conflicts: # spec3.json # spec3.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
titleandiconUrlfields to the/shares.updaterequest body so a share's publicly shared page can override workspace branding.titleandiconUrlto theShareresponse schema so the same fields are documented on every endpoint that returns a share.These reflect the API additions in outline/outline#12003 ("Add per-share branding: title and logoUrl overrides"), which extended
SharesUpdateSchemaand the share presenter with these fields. Limits matchShareValidation:title≤ 255 chars,iconUrl≤ 4096 chars; both are nullable.Only
spec3.ymlwas edited by hand —spec3.jsonwas regenerated by the pre-commit hook.Test plan
yarn validatepasses (spectral lint --fail-severity=error+validateOperationIds.js)spec3.jsoncleanly/shares.updateendpoint andShareschemahttps://claude.ai/code/session_01ReQAPadYsrgjFpgobBmRRG
Generated by Claude Code