mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
@@ -362,7 +362,7 @@ var doc = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"/v1/contacts{number}": {
|
||||
"/v1/contacts/{number}": {
|
||||
"put": {
|
||||
"description": "Updates the info associated to a number on the contact list.",
|
||||
"consumes": [
|
||||
@@ -404,7 +404,7 @@ var doc = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"/v1/contacts{number}/sync": {
|
||||
"/v1/contacts/{number}/sync": {
|
||||
"post": {
|
||||
"description": "Send a synchronization message with the local contacts list to all linked devices. This command should only be used if this is the primary device.",
|
||||
"consumes": [
|
||||
|
||||
@@ -346,7 +346,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/v1/contacts{number}": {
|
||||
"/v1/contacts/{number}": {
|
||||
"put": {
|
||||
"description": "Updates the info associated to a number on the contact list.",
|
||||
"consumes": [
|
||||
@@ -388,7 +388,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/v1/contacts{number}/sync": {
|
||||
"/v1/contacts/{number}/sync": {
|
||||
"post": {
|
||||
"description": "Send a synchronization message with the local contacts list to all linked devices. This command should only be used if this is the primary device.",
|
||||
"consumes": [
|
||||
|
||||
@@ -530,7 +530,7 @@ paths:
|
||||
summary: Set account specific settings.
|
||||
tags:
|
||||
- General
|
||||
/v1/contacts{number}:
|
||||
/v1/contacts/{number}:
|
||||
put:
|
||||
consumes:
|
||||
- application/json
|
||||
@@ -558,7 +558,7 @@ paths:
|
||||
summary: Updates the info associated to a number on the contact list. If the contact doesn’t exist yet, it will be added.
|
||||
tags:
|
||||
- Contacts
|
||||
/v1/contacts{number}/sync:
|
||||
/v1/contacts/{number}/sync:
|
||||
post:
|
||||
consumes:
|
||||
- application/json
|
||||
|
||||
Reference in New Issue
Block a user