Skip to content

Commit

Permalink
Merge branch 'master' into load-test-results
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Sep 10, 2024
2 parents 67d858a + 6efc5e7 commit 0ec6d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ service AlbumService on new http:Listener(9090) {
The service implemented via the service contract type has the following restrictions:
- None of the service level, resource level and parameter level HTTP annotation are allowed.
- The base path is not allowed in the service declaration, and it is inferred from the service contract type.
- The service declaration cannot have additional resource functions which are not defined in the service contract type.
- The service declaration cannot have additional resource methods which are not defined in the service contract type.

### 2.3. Resource

Expand Down

0 comments on commit 0ec6d9a

Please sign in to comment.