Skip to content

28956 - Legal API Spec Update #230

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

Merged
merged 1 commit into from
Jun 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions web/site/public/br/business-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,19 @@ paths:
summary: Notice of Withdrawal - Not a staff
value:
message: You are not authorized to submit a filing for BC1234567.
'403':
description: Forbidden - The user does not have valid role or permission for the target resource or a business rule does not allow updating of target resource.
content:
application/json:
examples:
edit-action-unauthorized-response:
summary: Edit Action - Unauthorized User
value:
message: You are not authorized to submit filings for BC1218840.
business-rule-violation-response:
summary: Business Rule - Not Allowed to File. e.g. a draft filing exists and subsequent filings cannot be filed until draft is updated or submitted and processed to completion.
value:
message: You are not allowed to submit this type of filing for BC1218840.
'404':
description: Cannot found, when a value cannot be found in the records
content:
Expand Down
Loading