Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[
{
"id": 11,
"name": "NAME",
"common_media_file": false,
"media_type": "photo",
"link_for_preview": "https://s3.amazonaws.com/gipper-college-logos-development/S3KEY.png",
"file_size": "58.6 KB",
"created_date": "12/26/22",
"note": null,
"is_cutout": false,
"default_logo": true (NOTE: Added 16/10/23)
},
...
]
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"workspace_logo": {
"name": "NAME",
"s3_key": "S3KEY",
"format_type": "png",
"size": "60000",
"location": signUpForm,
":is_cutout": false (NOTE: Added 29/11/23)
}
}
{
"id": 11,
"name": "NAME",
"common_media_file": false,
"media_type": "photo",
"link_for_preview": "https://s3.amazonaws.com/gipper-college-logos-development/S3KEY.png",
"file_size": "58.6 KB",
"created_date": "12/26/22",
"note": null,
"is_cutout": false,
"default_logo": true (NOTE: Added 16/10/23)
}
| Param name | Description |
|---|---|
|
workspace_logo
required |
Validations:
|
|
workspace_logo[name]
required |
Validations:
|
|
workspace_logo[s3_key]
required |
Validations:
|
|
workspace_logo[format_type]
required |
Validations:
|
|
workspace_logo[size]
required |
Validations:
|
|
workspace_logo[location]
optional |
Validations:
|
|
workspace_logo[is_cutout]
optional |
Is this file cotout Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"workspace_logo": {
"default_logo": true
}
}
[
{
"id": 11,
"name": "NAME",
"common_media_file": false,
"media_type": "photo",
"link_for_preview": "https://s3.amazonaws.com/gipper-college-logos-development/S3KEY.png",
"file_size": "58.6 KB",
"created_date": "12/26/22",
"note": null,
"is_cutout": false,
"default_logo": true (NOTE: Added 16/10/23)
},
...
]
| Param name | Description |
|---|---|
|
workspace_logo
required |
Validations:
|
|
workspace_logo[default_logo]
required |
Validations:
|
Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[
{
"id": 11,
"name": "NAME",
"common_media_file": false,
"media_type": "photo",
"link_for_preview": "https://s3.amazonaws.com/gipper-college-logos-development/S3KEY.png",
"file_size": "58.6 KB",
"created_date": "12/26/22",
"note": null,
"is_cutout": false,
"default_logo": true (NOTE: Added 16/10/23)
},
...
]
| Param name | Description |
|---|---|
|
id
required |
Validations:
|