Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
/public/storage
/storage/*.key
/storage/pail
/storage/private/scribe
/storage/private/scribe/*
/resources/views/scribe
/resources/views/scribe/*
/vendor
Homestead.json
Homestead.yaml
Thumbs.db
.scribe/
.scribe/*
4 changes: 0 additions & 4 deletions .scribe/.filehashes

This file was deleted.

3 changes: 0 additions & 3 deletions .scribe/auth.md

This file was deleted.

24 changes: 12 additions & 12 deletions .scribe/endpoints.cache/00.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ endpoints:
queryParameters: []
cleanQueryParameters: []
bodyParameters:
nome:
name:
custom: []
name: nome
description: 'Nome completo do usuário. (Poderá ser usado como username).'
name: name
description: ''
required: true
example: 'Jessica Jones'
example: architecto
type: string
enumValues: []
exampleWasSpecified: false
Expand Down Expand Up @@ -59,24 +59,24 @@ endpoints:
exampleWasSpecified: false
nullable: false
deprecated: false
tipo:
role:
custom: []
name: tipo
description: 'Tipo/role do usuário. Valores: Aluno ou Professor.'
name: role
description: ''
required: true
example: Aluno
example: teacher
type: string
enumValues:
- Aluno
- Professor
- student
- teacher
exampleWasSpecified: false
nullable: false
deprecated: false
cleanBodyParameters:
nome: 'Jessica Jones'
name: architecto
email: jessica@example.com
password: secret123
tipo: Aluno
role: teacher
fileParameters: []
responses:
-
Expand Down
602 changes: 79 additions & 523 deletions .scribe/endpoints.cache/01.yaml

Large diffs are not rendered by default.

Loading
Loading