Pesquisas recentes
Sem pesquisas recentes

Allan Santos
Entrou em 16 de out. de 2021
·
Última atividade em 16 de out. de 2021
Seguindo
0
Seguidores
0
Atividade total
4
Votos
1
Assinatura
1
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Allan Santos
Allan Santos comentou,
Found my mistake it's about value of custom field: `feedbaks_e_sugestões` instead `feedbaks e sugestões`
Exibir comentário · Publicado 25 de mar. de 2021 · Allan Santos
0
Seguidores
1
Votos
0
Comentários
Allan Santos criou uma publicação,
I'm trying to create requests using your Support API, but I've a custom fields and I can't set this field.
Code:
request: {
custom_fields: [
{ id: 360034914592, value: 'feedbaks e sugestões' },
],
subject: 'Comentário feito no review do app.',
comment: {
body: comment,
},
requester: {
name: user.name,
},
},
},
{
auth: {
username: `${user.email}/token`,
password: '${token}',
},
});
### Status Code
`422`
### Data Received
```json
{
"error": "RecordInvalid",
"description": "Record validation errors",
"details": {
"base": [
{
"description": "Motivo do contato: não pode ficar em branco",
"error": "BlankValue",
"field_key": 360034914592
}
]
}
}
```
Publicado 25 de mar. de 2021 · Allan Santos
1
Seguidor
1
Votos
1
Comentário