Passer au contenu principal
PATCH
/
creation
/
sportifs
/
tests
PATCH TestsView
curl --request PATCH \
  --url https://dev.api.formapulse.formafoot.fr/creation/sportifs/tests \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form exercice=123 \
  --form date=null \
  --form 'resultat=<string>' \
  --form 'name=<string>' \
  --form 'unite=<string>' \
  --form 'info_sup_test={}' \
  --form 'type_test=<string>'
{}

Documentation Index

Fetch the complete documentation index at: https://formapulse.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

Token JWT prefixe par 'JWT '. Exemple : Authorization: JWT eyJ0eXAiOi.... Token obtenu via POST /auth/jwt/create (djoser).

Corps

multipart/form-data

PATCH /tests

exercice
integer | null
date
null
resultat
string | null
Maximum string length: 100
name
string | null
Maximum string length: 100
unite
string | null
Maximum string length: 50
info_sup_test
Info Sup Test · object
type_test
string | null

Réponse

Reponse de succes

The response is of type object.