Voltar para Studio Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

path: "/v1/studios"
method: "POST"
httpErrorStatus:
CONFLICT: 409
FORBIDDEN: 403
UNAUTHORIZED: 401
INTERNAL_ERROR: 500
VALIDATION_ERROR: 400
httpSuccessStatus: 201

Input Schema

type: "object"
required:
0"authToken"
1"userId"
2"ownerId"
3"name"
4"description"
5"address"
6"phoneNumber"
7"email"
8"workingHours"
properties:
name:
email:
styles:
userId:
address:
ownerId:
website:
timezone:
authToken:
description:
phoneNumber:
socialMedia:
workingHours:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
required:
0"error"
properties:
error:
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data"
2"meta"
properties:
data:
meta:
success: