sepahr
  1. Providers Specialities
sepahr
  • profile
    • Providers
      • Increment provider page view count
      • getProviderNotifyCell
      • Update provider fields
      • Store a provider
      • get providers information
    • Users
      • get image
      • upload image
      • Get doctor master slug
      • insert new user
      • get users informations
      • get user information
      • update user information
      • send otp to verify user new cell
    • Memberships
      • deleteMembership
      • Insert membership record
      • Get membership records
    • Providers Specialities
      • delete a record of providers specialities
        DELETE
      • Update speciality alongside academic degree of a provider
        PATCH
      • Store list of specialities alongside academic degree for a provider
        POST
      • Get list of provider's specialities
        GET
    • SpecialitiesTags
      • tags of spciality
  • sepahr
    • anonymous call
      POST
    • calls search
      POST
    • Download Call Recording
      POST
  1. Providers Specialities

Update speciality alongside academic degree of a provider

PATCH
/v1/providers-specialities/{id}
Providers Specialities
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://apigw.paziresh24.com/v1/providers-specialities/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "alias": {},
    "academic_degree_id": {},
    "speciality_id": {},
    "achieved_at": {}
}'
Response Response Example
{}

Request

Path Params
id
object 
required
Body Params application/json
alias
object 
optional
academic_degree_id
object 
optional
speciality_id
object 
optional
achieved_at
object 
optional
Examples

Responses

🟢204No Content (request was successfully executed)
application/json
Body
object {0}
Modified at 2024-06-23 07:51:49
Previous
delete a record of providers specialities
Next
Store list of specialities alongside academic degree for a provider
Built with