Files
MeowSpool/backend/bruno-routes/MewoSpool/Filaments/Get Filament.yml
T

18 lines
264 B
YAML

info:
name: Get Filament
type: http
seq: 3
http:
method: GET
url: "{{base_url}}/api/v1/filaments/{{filament_id}}"
auth:
type: bearer
token: "{{access_token}}"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5