f8d9bb550592 → 6c31eea0ac37 · 7 changes across 7 operations
- POST/api/circles/{circle}/notebooks
- ●
changed the pattern of the request property
from^[^\\/:]*$to^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$
- ●
- POST/api/notebooks/{notebook}/create-note
- ●
changed the pattern of the request property
from^[^\\/:]*$to^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$
- ●
- PATCH/api/notebooks/{notebook}/folders/{folder}
- ●
changed the pattern of the request property
from^[^\\/:]*$to^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$
- ●
- POST/api/notebooks/{notebook}/folders
- ●
changed the pattern of the request property
from^[^\\/:]*$to^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$
- ●
- POST/api/notebooks/{notebook}
- ●
changed the pattern of the request property
from^[^\\/:]*$to^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$
- ●
- POST/api/notebooks/create
- ●
changed the pattern of the request property
from^[^\\/:]*$to^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$
- ●
- PATCH/api/text_content/{note}/title
- ●
changed the pattern of the request property
from^[^\\/:]*$to^[\s\x00-\x1F]*[^\\/:*?"<>|\x00-\x1F]*[\s\x00-\x1F]*$
- ●