-
Notifications
You must be signed in to change notification settings - Fork 61
Update api spec 20 10 #2935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update api spec 20 10 #2935
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…ort-docs into update-apiSpec-20-10
User description
Description
Update apiSpec to the latest prod version + add descriptions for limitations that didn't show for example relations identifier, etc.
These are the limitations:
Blueprint 30
Entity 1000
Property 100
Relation 100
Scorecard 100
Scorecard rule 100
PR Type
Documentation, Enhancement
Description
Updated API specifications to the latest production version with comprehensive documentation of identifier constraints and limitations
Added character length constraints (
<= 100 characters) and pattern validation (^[A-Za-z0-9@_=\\-]+$) documentation for property identifiers, calculation properties, mirror properties, aggregation properties, and relations across multiple API endpointsEnhanced descriptions with improved formatting and multi-line clarity for better readability in API documentation
Added new
announcementobject property to organization settings schema with configuration options forenabled,content(max 300 chars),link(max 300 chars), andcolor(blue or red enum)Improved audit logs API parameter documentation with reorganized
resourcesparameter descriptionsUpdated Scorecards demo tab navigation reference
Diagram Walkthrough
File Walkthrough
4 files
change-a-blueprint.api.mdx
Enhanced API spec with property identifier constraintsdocs/api-reference/change-a-blueprint.api.mdx
schema properties
property identifiers
aggregation properties, and relations (each
<= 100 characters)readability
get-audit-logs.api.mdx
Improved audit logs API parameter documentationdocs/api-reference/get-audit-logs.api.mdx
resourcesparameter description to clarify possible valuesupfront
create-a-blueprint.api.mdx
Enhanced API spec with identifier constraints documentationdocs/api-reference/create-a-blueprint.api.mdx
schema properties
property, calculation property, mirror property, aggregation property,
and relation identifiers
schema descriptions
<= 100characterslong and must match pattern^[A-Za-z0-9@_=\\-]+$update-a-blueprint.api.mdx
API Spec Update with Enhanced Field Limitations Documentationdocs/api-reference/update-a-blueprint.api.mdx
improved schema encoding
calculationProperties,mirrorProperties,aggregationProperties, andrelationsfields<= 100characterslong and must match the pattern^[A-Za-z0-9@_=\\-]+$the API documentation
1 files
ProductPillars.tsx
Updated Scorecards demo tab navigationsrc/components/ProductPillars/ProductPillars.tsx
activeTabparameter from1to2in the Scorecards demo URLauthentication service entity
1 files
update-organization-details.api.mdx
Add announcement configuration to organization settingsdocs/api-reference/update-organization-details.api.mdx
announcementobject property to the organization settingsschema
enabledboolean flag,contentstring (max 300 chars, min 1char),
linkfield (string or null, max 300 chars), andcolorenum(blue or red)
configuration
6 files