- General
- Endpoints
Update Single Resource
PUT
/resource/{resource_id}
Resource
WARNING
Any manual changes made to the schedules between the start and end date of the resource will not persist.
Request
Path Params
resource_id
string <uuid>
required
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Body Params application/json
name
string
optional
type
enum<string>
optional
Allowed values:
resourcemachinecell
Default:
resource
description
string
optional
start_date
string <date>
optional
end_date
string <date> | null
optional
avatar
string <uri> | null
optional
workdays
object (ResourceWorkdays)
optional
1
integer | null
required
2
integer | null
required
3
integer | null
required
4
integer | null
required
5
integer | null
required
6
integer | null
required
7
integer | null
required
integration_schedule
boolean
optional
color_hex
string
optional
null
Match pattern:
^#([0-9a-f]{3}){1,2}$
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vplan.com/v1/resource/' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢204No Content
text/plain
Body
object {0}
🟠422Unprocessable Content
🟠404Not Found
🟠401Not Logged In
Modified at 2024-10-14 12:07:08