mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
Fix escape sequence error in API spec #65
This commit is contained in:
@@ -1016,4 +1016,4 @@ components:
|
||||
ref_regex:
|
||||
type: string
|
||||
description: Regex that matches this SIG's reference IDs. Generally for Spothole's own internal use, clients probably won't need this.
|
||||
example: "[A-Z]{2}\-\d+"
|
||||
example: "[A-Z]{2}\\-\\d+"
|
||||
Reference in New Issue
Block a user