Skip to content

Commit

Permalink
Merge pull request #168 from geraldo/master
Browse files Browse the repository at this point in the history
fix typo in documentation for regexpValidator
  • Loading branch information
iamtekson authored Oct 31, 2024
2 parents 734e14c + 4cbba9e commit 8b97f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/Geoserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ def publish_featurestore_sqlview(
```
{
"name": "<name of parameter (required)>"
"rexegpValidator": "<string containing regex validator> (optional)"
"regexpValidator": "<string containing regex validator> (optional)"
"defaultValue" : "<default value of parameter if not specified (required only for non-string parameters)>"
}
```
Expand Down

0 comments on commit 8b97f66

Please sign in to comment.