Faq


Sección de Preguntas frecuentes.

Modelo Faq

{
    "id": 1,
    "in_order": 1,
    "question": "YOUR adventures.' 'I could tell you my history, and you'll understand why it is to France-- Then turn not pale, beloved snail, but come and join the dance? Will you, won't you, will you, won't you.",
    "answer": "Array",
    "created_at": "2022-11-20T04:54:41.000000Z",
    "updated_at": "2022-11-20T04:54:41.000000Z"
}

Insertar Faq

URI Cabeceras
POST /faqs Auth

Carga útil

{
    "in_order": 1,
    "question": "YOUR adventures.' 'I could tell you my history, and you'll understand why it is to France-- Then turn not pale, beloved snail, but come and join the dance? Will you, won't you, will you, won't you.",
    "answer": "Array"
}

Atributos

  • in_order integer opcional min: 0
  • question string obligatorio max: 255
  • answer string obligatorio max: 4096

Listar Faq

URI Cabeceras
GET /faqs Guest

Atributos

  • per_page integer opcional min: 1 max: 60
  • page integer opcional min: 1

Listar All Faq

URI Cabeceras
GET /faqs/all Guest

Mostrar Faq

URI Cabeceras
GET /faqs/{faq} Guest

Actualizar Faq

URI Cabeceras
PATCH /faqs/{faq} Auth

Carga útil

{
    "in_order": 1,
    "question": "YOUR adventures.' 'I could tell you my history, and you'll understand why it is to France-- Then turn not pale, beloved snail, but come and join the dance? Will you, won't you, will you, won't you.",
    "answer": "Array"
}

Atributos

  • in_order integer opcional min: 0
  • question string opcional max: 255
  • answer string opcional max: 4096

Eliminar Faq

URI Cabeceras
DELETE /faqs/{faq} Auth

Enlaces de Faq