diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-11-01 07:44:06 +0100 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-11-01 07:44:06 +0100 |
| commit | 3754421c7084a371b84378657cf4acc195d9d6c2 (patch) | |
| tree | 8e44f9462fcbc358867f901ce642419e7a37aac5 | |
| parent | add headers at method level (diff) | |
| download | spore-specifications-3754421c7084a371b84378657cf4acc195d9d6c2.tar.gz | |
add unattended_params at both levels
Diffstat (limited to '')
| -rw-r--r-- | spore_validation.rx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spore_validation.rx b/spore_validation.rx index bde0e22..cf69329 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -10,6 +10,7 @@ "base_url": "//str", "description": "//str", "authentication": "//bool", + "unattended_params": "//bool", "version": "//str", "authority": "//str", "formats": { @@ -65,6 +66,7 @@ } }, "required_payload": "//bool", + "unattended_params": "//bool", "description": "//str", "authentication": "//bool", "base_url": "//str", |
