Skip to content

Commit

Permalink
Update spce
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Jul 20, 2023
1 parent 69e6f10 commit c9a1dfa
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 @@ -456,7 +456,7 @@ with any annotation or additional detail unless any default payload param is def
and not ordered. The type of query param are as follows

```ballerina
type BasicType boolean|int|float|decimal|string|map<json>|enum;
type BasicType boolean|int|float|decimal|string|map<anydata>|enum;
public type QueryParamType ()|BasicType|BasicType[];
```

Expand Down

0 comments on commit c9a1dfa

Please sign in to comment.